# Other examples for connection strings are:
# SQLite: url = "sqlite:./dev.db"
# MySQL: url = "mysql://johndoe:johndoe@localhost:3306/mydb"
# You can also use environment variables to specify the connection string: https://pris.ly/prisma-schema#using-environment-variables
DATABASE_URL="postgresql://schickling@localhost:5432/schickling?schema=public"
prisma2 initshould be adjusted in the following way:.envfile with the connection url comments moved. (Note the comments below need to be updated)DATABASE_URLin theschema.prismaRelated issues: