Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 665 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 665 Bytes

graphql-prisma-demo

✔ Your Prisma schema was created at prisma/schema.prisma. You can now open it in your favorite editor.

Next steps:

  1. 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.
  2. Set the provider of the datasource block in schema.prisma to match your database: postgresql, mysql or sqlite.
  3. Run yarn prisma introspect to turn your database schema into a Prisma data model.
  4. 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