blchelle/typetrial

Use SQLite Locally

Closed this issue · 1 comments

Description

Rather than MySQL, it would be better to use a SQLite database locally so it is easier for the TA's to set up locally.

It is very difficult (maybe impossible) to have two database connectors (sqlite & mysql) using prisma. They types that are generated are widely different which makes it near impossible to have a single codebase without a lot of specialized handling. Closing...