Skip to content

shiwangme/graphql-prisma-demo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published