Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LekoArts/gatsby-with-prisma-client
Gatsby powered by Prisma 2 🚀
https://github.com/LekoArts/gatsby-with-prisma-client
gatsby gatsbyjs prisma-client prisma2
Last synced: 29 days ago
JSON representation
Gatsby powered by Prisma 2 🚀
- Host: GitHub
- URL: https://github.com/LekoArts/gatsby-with-prisma-client
- Owner: LekoArts
- Created: 2020-05-21T16:22:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T16:23:29.000Z (over 4 years ago)
- Last Synced: 2024-11-08T19:45:50.184Z (about 1 month ago)
- Topics: gatsby, gatsbyjs, prisma-client, prisma2
- Language: TypeScript
- Homepage:
- Size: 201 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-prisma - Gatsby with prisma-client
README
# Gatsby with prisma-client
Power a Gatsby site with [Prisma](https://www.prisma.io/) directly without writing GraphQL queries.
The magic happens mostly in `gatsby-node.js` where `@prisma/client` is used to fetch the data and create pages.