This repository holds a collection of scripts that aid in working with the project database using Prisma. It should also be considered the single-source-of-truth for the deployed database, and contains the migration files, schema file, and scripts necessary to create and seed the database.
We use Prisma as our ORM.
To create a local, working version of the database, the following steps must be taken.
- Add more TypeScript coverage
- Implement tests with 80%+ coverage
- Implement a way to automatically retrieve necessary JSON files.