Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.02 KB

File metadata and controls

20 lines (11 loc) · 1.02 KB

Database package

This workspace package contains the database abstractions. The database stack is PostgreSQL as relational database and Prisma as an ORM

Commands

Following npm scripts are available for convenience

Note On using migration commands migrations folder will be created, make sure to add it to your version control, prisma requires that folder to check if migrations matches or not. If the folder was accidentally removed make sure to drop the _Migration table in your postgres instance