✔ Your Prisma schema was created at prisma/schema.prisma. You can now open it in your favorite editor.
Next steps:
- Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started.
- Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql or sqlite.
- Run yarn prisma introspect to turn your database schema into a Prisma data model.
- Run yarn prisma generate to install Prisma Client. You can then start querying your database.
More information in our documentation: https://pris.ly/d/getting-started