Database
Prisma will allow you to query the database with ease using Javascript/Typescript
Last updated
Prisma will allow you to query the database with ease using Javascript/Typescript
Last updated
You can use any SQL database but I recommend Postgres.
Fell free to use any provider you like:
Your own server!
Get your URI (a string starting with "postgres:")
Paste it to your .env:
Simply run these commands:
Prisma greatly simplify the database queries, here's an example:
Learn more by checking the . 📖