vt-ece-mde / mde-toolkit

Collection of tools useful for Virginia Tech ECE MDE course administration.
0 stars 0 forks source link

Integrate Prisma into Nextjs for database #13

Open zanderman opened 2 years ago

zanderman commented 2 years ago

Prisma is needed as database ORM within Javascript. It can also make it easier to create/manage the database from within code, rather than a UI client.

Information on Prisma can be found here: https://www.prisma.io/nextjs