hwgilbert16 / scholarsome

Web-based interactive flashcard learning software
http://scholarsome.com
GNU Affero General Public License v3.0
498 stars 26 forks source link

Switch from prisma relationMode to foreignkeys #148

Open hwgilbert16 opened 5 months ago

hwgilbert16 commented 5 months ago

PlanetScale - the database provider used for scholarsome.com - now supports foreign keys. We should switch to using foreignkeys instead of the prisma emulation for performance reasons.