Skip to content

Commit

Permalink
docs: update checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk authored Nov 22, 2024
1 parent f15dc33 commit 52ab3cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Learn Prisma feat. TiDB Serverless
<!-- ![Status: ToDo](https://flat.badgen.net/static/Status/ToDo/red) -->
<!-- ![Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow) -->
![Status: Done](https://flat.badgen.net/static/Status/Done/green)
![Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow)
<!-- ![Status: Done](https://flat.badgen.net/static/Status/Done/green) -->
<!-- ![Status: Deprecated](https://flat.badgen.net/static/Status/Deprecated/black) -->

## 本リポジトリの目的
Expand All @@ -15,10 +15,12 @@ TiDB ServerlessとPrismaツール群を利用して、DB周りを楽したい
- [x] HonoでREST APIを構築し、CRUDを構築
- [x] Remixでアプリケーションを構築し、REST APIを利用
- [x] Prisma Accelerateを適用
- [ ] TypedSQLを利用

## 参考資料
- [cinelog/db at main · windchime-yk/cinelog](https://github.com/windchime-yk/cinelog/tree/main/db)
- [Prisma | Next-generation ORM for Node.js & TypeScript](https://www.prisma.io/orm)
- [Prisma Accelerate | Make your database queries faster](https://www.prisma.io/data-platform/accelerate)
- [Connect to TiDB with Prisma | TiDB Docs](https://docs.pingcap.com/tidbcloud/dev-guide-sample-application-nodejs-prisma)
- [Getting started with Prisma Accelerate | Prisma Documentation](https://www.prisma.io/docs/accelerate/getting-started)
- [TypedSQL: Fully type-safe raw SQL in Prisma ORM](https://www.prisma.io/typedsql)

0 comments on commit 52ab3cb

Please sign in to comment.