lyqht/Octokit-lite

Create SQL migration scripts

開放

#24 建立於 2022年10月4日

 (3 則留言) (0 個反應) (0 位負責人)TypeScript (11 個分叉)auto 404
backendenhancementgood first issue

倉庫指標

星標
 (17 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Description

At the moment, I have been adding migration scripts manually to CONTRIBUTING.md for users that are helping out with the project to set up the DB.

Suggested solution

Ideally, we should use a migration script manager like sequelize/ prisma to manage these scripts to create and update databases. Since there isn't a lot of scripts (you can have just 1 script for creating both tables) now, this task should be relatively straight forward for anyone who wants to try out adding either of the above packages to manage the Supabase Postgres table.

貢獻者指南