Skip to content

Instantly share code, notes, and snippets.

@nmchenry01
Created August 11, 2020 23:36
Show Gist options
  • Save nmchenry01/d7427ee53d3aef37b181420e5d19d6e2 to your computer and use it in GitHub Desktop.
Save nmchenry01/d7427ee53d3aef37b181420e5d19d6e2 to your computer and use it in GitHub Desktop.
An example Prisma .env file for "Prisma vs. TypeORM"
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#using-environment-variables
# Prisma supports the native connection string format for PostgreSQL, MySQL and SQLite.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://admin:password@localhost:5432/admin?schema=public"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment