generated from whyk-pg/learn-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8207a33
commit 3df822e
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# Learn Repo Template | ||
![Status: ToDo](https://flat.badgen.net/static/Status/ToDo/red) | ||
<!-- ![Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow) --> | ||
# 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: Deprecated](https://flat.badgen.net/static/Status/Deprecated/black) --> | ||
|
||
## 本リポジトリの目的 | ||
練習用リポジトリを目的や達成目標を持って実施できるようにするため | ||
TiDB ServerlessとPrismaツール群を利用して、DB周りを楽したい | ||
|
||
## 本リポジトリの達成目標 | ||
このテンプレートリポジトリを使って練習用リポジトリを作成されるようになる | ||
- [ ] シネログのスキーマを移植し、移行ファイルを生成 | ||
- [ ] Seedデータの反映スクリプトを作成 | ||
- [ ] HonoでREST APIを構築し、CRUDを構築 | ||
- [ ] シネログの新しいスキーマを反映し、移行ファイルを生成 | ||
- [ ] Prisma Accelerateを適用 | ||
|
||
## 参考資料 | ||
- 特になし | ||
- [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) |