Database
Prisma will allow you to query the database with ease using Javascript/Typescript
Setup
postgres://user:password@postgres:5432/dbname# Database URL
POSTGRES_URL="postgres://user:password@postgres:6543/dbname?pgbouncer=true&connection_limit=1"
POSTGRES_URL_NON_POOLING=""postgres://user:password@postgres:5432/dbname"Database Init
Database Queries
Last updated