All Projects β†’ albingroen β†’ prismabuilder.io

albingroen / prismabuilder.io

Licence: other
Build your Prisma schema visually in this easy-to-use web based tool

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to prismabuilder.io

Prisma Multi Tenant
🧭 Use Prisma as a multi-tenant provider for your application
Stars: ✭ 187 (+16.15%)
Mutual labels:  prisma
prisma-pg-jest
Example showcasing how to use Prisma + Postgres + Jest, where each test has its own unique DB context
Stars: ✭ 103 (-36.02%)
Mutual labels:  prisma
danestves.com
✨ My portfolio built with Remix, Tailwind, Prisma, and Fly.io.
Stars: ✭ 9 (-94.41%)
Mutual labels:  prisma
Modern Graphql Tutorial
πŸ“– A simple and easy GraphQL tutorial to get started with GraphQL.
Stars: ✭ 219 (+36.02%)
Mutual labels:  prisma
Prisma Tools
Prisma tools to help you generate CRUD system for GraphQL servers
Stars: ✭ 237 (+47.2%)
Mutual labels:  prisma
prisma-dbml-generator
Prisma DBML Generator
Stars: ✭ 434 (+169.57%)
Mutual labels:  prisma
Prisma Examples
πŸš€ Ready-to-run Prisma example projects
Stars: ✭ 3,017 (+1773.91%)
Mutual labels:  prisma
cms30
πŸ™Œ #CMS30 | Free 30 CMS templates
Stars: ✭ 23 (-85.71%)
Mutual labels:  prisma
bunjil
A GraphQL bastion server with schema merging, authentication and authorization with Policy Based Access Control
Stars: ✭ 25 (-84.47%)
Mutual labels:  prisma
prisma-ecommerce
No description or website provided.
Stars: ✭ 44 (-72.67%)
Mutual labels:  prisma
Canner
⚑️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+1435.4%)
Mutual labels:  prisma
Amplication
Amplication is an open‑source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks.
Stars: ✭ 3,630 (+2154.66%)
Mutual labels:  prisma
react-native-instagram-clone
Instagram Clone (light version) β€” Graphql + React (ios, android, web)
Stars: ✭ 29 (-81.99%)
Mutual labels:  prisma
Styleart
Style Art library process images using COREML with a set of pre trained machine learning models and convert them to Art style.
Stars: ✭ 209 (+29.81%)
Mutual labels:  prisma
react-chat-app
A real-time chat application with Node.js, Prisma, GraphQL, Next.js, React.js and Apollo.
Stars: ✭ 61 (-62.11%)
Mutual labels:  prisma
Prisma Auth0 Example
Boilerplate Prisma Startup
Stars: ✭ 184 (+14.29%)
Mutual labels:  prisma
nest-next-sample
NestJS + Next.js sample application / Backend and Frontend use only TypeScript!!!
Stars: ✭ 110 (-31.68%)
Mutual labels:  prisma
Ararat
Ararat is the next-generation container/virtual machine control panel. It is your one-stop shop for single application containers, full system containers, and KVM instances
Stars: ✭ 21 (-86.96%)
Mutual labels:  prisma
boilerplate
Boilerplate for @prisma-cms
Stars: ✭ 22 (-86.34%)
Mutual labels:  prisma
fullstack-graphql-app
An opinionated fullstack GraphQL monorepo boilerplate using pnpm, Turborepo, Prisma, GraphQL Yoga 2, Fastify, Nextjs, urql, and React
Stars: ✭ 90 (-44.1%)
Mutual labels:  prisma

prismabuilder.io

Build your Prisma schema visually in this easy-to-use web based tool.

Try it out at prismabuilder.io

Schema generator code by Richard Powell

Documentation

Generating the schema from JSON

The application uses JSON as the data format, and then generates the Prisma schema string on demand. This is done by sending a POST request to this url and passing in the schema.

axios.post("https://prismabuilder-io-api.onrender.com/generate", { schema });

Parsing a schema string into JSON

axios.post("https://prismabuilder-io-api.onrender.com/parse", { schema });

You can find the code for this here: albingroen/prismabuilder.io-api

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].