chore: Migrates development to use PostgreSQL instead.

This commit is contained in:
greysoh 2024-04-21 16:09:20 -04:00
parent 2237568b92
commit 1ae93d71f6
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
12 changed files with 96 additions and 133 deletions

View file

@ -4,4 +4,4 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="file:./db/dev.db"
DATABASE_URL="postgresql://nextnet:nextnet@localhost:5432/nextnet?schema=nextnet"