From cfc315e4796f3b213e717bff696f326c3480cec0 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 12 Jun 2022 05:19:48 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Typescript"=E2=86=92"TypeScript"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure-Samples/azure-sql-db-prisma/blob/main/README.md #PingMSFTDocs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcde63..0f2ff94 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Serverless Full Stack implementation on Azure of [TodoMVC](http://todomvc.com/) This sample is a variation of the Full-Stack MVC Todo sample described here: [TodoMVC Full Stack with Azure Static Web Apps, Node and Azure SQL](https://devblogs.microsoft.com/azure-sql/todomvc-full-stack-with-azure-static-web-apps-node-and-azure-sql/). The difference, of course, is the use of Prisma to have **a model-first approach and to support both the REST and GraphQL endpoints**. -This means you can use Typescript to query your database and Prisma will take care of generating and executing the correct SQL query. This way you can focus on creating an amazing solution while still having all the power and the features of Azure SQL at your service. Just like magic! +This means you can use Typecript to query your database and Prisma will take care of generating and executing the correct SQL query. This way you can focus on creating an amazing solution while still having all the power and the features of Azure SQL at your service. Just like magic! ![Architecture](./assets/architecture.png)