incubrain / astrotribe

A global network of astronomers helping to inspire and educate the next generation.
https://astrotribe.vercel.app
6 stars 2 forks source link

feat: ORM for db migrations #83

Open Drew-Macgibbon opened 1 year ago

Drew-Macgibbon commented 1 year ago

Drizzle:

Pros:

Cons:

prisma:

Pros:

Cons:

Decision

We will use Prisma, it will allow us to move faster, and by the time the cons become problematic (10k+ users) I suspect the Prisma team will have fixed the issues.