chore: Migrates development to use PostgreSQL instead.
This commit is contained in:
parent
2237568b92
commit
1ae93d71f6
12 changed files with 96 additions and 133 deletions
2
dev.env
2
dev.env
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue