File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Learn Prisma feat. TiDB Serverless
2
2
<!--  -->
3
- <!-- ! [Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow) -->
4
- ! [ Status: Done] ( https://flat.badgen.net/static/Status/Done/green )
3
+ ! [ Status: In Progress] ( https://flat.badgen.net/static/Status/In%20Progress/yellow )
4
+ <!-- ! [Status: Done](https://flat.badgen.net/static/Status/Done/green) -->
5
5
<!--  -->
6
6
7
7
## 本リポジトリの目的
@@ -15,10 +15,12 @@ TiDB ServerlessとPrismaツール群を利用して、DB周りを楽したい
15
15
- [x] HonoでREST APIを構築し、CRUDを構築
16
16
- [x] Remixでアプリケーションを構築し、REST APIを利用
17
17
- [x] Prisma Accelerateを適用
18
+ - [ ] TypedSQLを利用
18
19
19
20
## 参考資料
20
21
- [ cinelog/db at main · windchime-yk/cinelog] ( https://github.com/windchime-yk/cinelog/tree/main/db )
21
22
- [ Prisma | Next-generation ORM for Node.js & TypeScript] ( https://www.prisma.io/orm )
22
23
- [ Prisma Accelerate | Make your database queries faster] ( https://www.prisma.io/data-platform/accelerate )
23
24
- [ Connect to TiDB with Prisma | TiDB Docs] ( https://docs.pingcap.com/tidbcloud/dev-guide-sample-application-nodejs-prisma )
24
25
- [ Getting started with Prisma Accelerate | Prisma Documentation] ( https://www.prisma.io/docs/accelerate/getting-started )
26
+ - [ TypedSQL: Fully type-safe raw SQL in Prisma ORM] ( https://www.prisma.io/typedsql )
You can’t perform that action at this time.
0 commit comments