{"id":616,"url":"https://github.com/catalinmiron/awesome-prisma","last_synced_at":"2025-04-11T06:31:49.922Z","repository":{"id":38206142,"uuid":"147172706","full_name":"catalinmiron/awesome-prisma","owner":"catalinmiron","description":"A collection of awesome things regarding Prisma ecosystem.","archived":false,"fork":false,"pushed_at":"2024-05-23T09:23:21.000Z","size":158,"stargazers_count":617,"open_issues_count":8,"forks_count":53,"subscribers_count":21,"default_branch":"main","last_synced_at":"2024-10-27T22:41:18.530Z","etag":null,"topics":["awesome","awesome-list","graphql","list","prisma"],"latest_commit_sha":null,"homepage":"https://www.prisma.io/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catalinmiron.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"catalinmiron","patreon":"catalinmiron","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"http://buymeacoffee.com/catalinmiron"}},"created_at":"2018-09-03T08:12:19.000Z","updated_at":"2024-10-24T11:36:09.000Z","dependencies_parsed_at":"2023-01-19T14:32:11.357Z","dependency_job_id":"0fb3a557-1f3b-4326-b0ea-ca84d74f3f42","html_url":"https://github.com/catalinmiron/awesome-prisma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Fawesome-prisma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Fawesome-prisma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Fawesome-prisma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Fawesome-prisma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catalinmiron","download_url":"https://codeload.github.com/catalinmiron/awesome-prisma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223460672,"owners_count":17148759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","graphql","list","prisma"],"created_at":"2024-01-05T20:12:59.851Z","updated_at":"2024-11-07T05:05:50.085Z","avatar_url":"https://github.com/catalinmiron.png","language":null,"funding_links":["https://github.com/sponsors/catalinmiron","https://patreon.com/catalinmiron","http://buymeacoffee.com/catalinmiron"],"categories":["Networking","Miscellaneous","Uncategorized","Technical","其他","Others","Awesome lists","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","Other Lists","Themed Directories"],"sub_categories":["Uncategorized","awesome-*","TeX Lists","Updated more than a year ago"],"readme":"![Awesome Prisma](https://i.imgur.com/MQdCTuN.png)\n\n# Awesome Prisma\n\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n## Contents\n\n- [:tipping_hand_woman: About this List](#tipping_hand_woman-about-this-list)\n- [:books: Docs](#books-docs)\n- [:studio_microphone: Events](#studio_microphone-events)\n- [:safety_vest: Community Prisma Tools](#safety_vest-community-prisma-tools)\n- [:thinking: How Tos](#thinking-how-tos)\n- [:bird: Twitter](#bird-twitter)\n- [:trophy: Tutorials](#trophy-tutorials)\n- [:family_man_woman_girl_boy: Community](#family_man_woman_girl_boy-community)\n- [:space_invader: Projects Using Prisma](#space_invader-projects-using-prisma)\n- [Prisma 1](#prisma-1)\n\n## :tipping_hand_woman: About this List\n\nThis is a collection of **awesome resources** about [Prisma](https://www.prisma.io/ 'Modern Database Access for TypeScript \u0026 Node.js') :heart_eyes:\n\n**Prisma is an open-source ORM**. It makes database access easy with type safety and an auto-generated query builder for TypeScript \u0026 Node.js.\n\n## :books: Docs\n\n- [Prisma Docs](https://www.prisma.io/docs/)\n- [Prisma Examples](https://github.com/prisma/prisma-examples)\n\n## :studio_microphone: Events\n\n- [Prisma Day (remote)](http://prisma.io/day)\n- [GraphQL Meetup (remote)](https://www.meetup.com/graphql-berlin/)\n- [TypeScript Meetup (remote)](https://www.meetup.com/TypeScript-Berlin/)\n\n## :safety_vest: Community Prisma Tools\n\n- [Prisma Audit Trails](https://github.com/BemiHQ/bemi-prisma)\n- [Prisma 2 Scratchpad](https://github.com/ctrlplusb/prisma2-template)\n- [nx-nest-graphql](https://github.com/beeman/nx-nest-graphql)\n- [Pal.js - CLI to start Prisma and GraphQl projects with just 2 commands](https://paljs.com)\n- [CRUD generator for nexus](https://paljs.com/generator/nexus)\n- [CRUD generator for graphql-modules](https://paljs.com/generator/graphql-modules)\n- [CRUD generator for sdl-first approach](https://paljs.com/generator/sdl)\n- [Prisma Select - solution for N + 1 issue](https://paljs.com/plugins/select)\n- [Prisma Delete - workaround missing cascade deletes function in prisma migration](https://paljs.com/plugins/delete)\n- [Prisma schema - convert schema.prisma file to javascript object or from Snake case to Camel case](https://paljs.com/cli/schema)\n- [Prisma admin React component](https://paljs.com/prisma-admin)\n- [Prisma plugin for the IntelliJ Platform](https://github.com/gabrielcolson/intellij-prisma)\n- [Gatsby with prisma-client](https://github.com/LekoArts/gatsby-with-prisma-client)\n- [Testing Prisma with PostgreSQL and Jest](https://github.com/ctrlplusb/prisma-pg-jest)\n- [Documentation Generator](https://github.com/pantharshit00/prisma-docs-generator)\n- [Schematics to add Prisma support to a NestJS application](https://github.com/marcjulian/nestjs-prisma)\n- [Prisma Schema SDL](https://github.com/amplication/prisma-schema-dsl)\n- [Multi-tenancy with Prisma](https://github.com/errorname/prisma-multi-tenant)\n- [Starter Template for NestJS and Prisma](https://github.com/fivethree-team/nestjs-prisma-starter)\n- [prisma-relay-cursor-connection](https://github.com/devoxa/prisma-relay-cursor-connection)\n- [Caching Prisma](https://github.com/joellefkowitz/cached-prisma)\n- [prettier-plugin-prisma](https://github.com/umidbekk/prettier-plugin-prisma)\n- [prisma-sequelize-generator](https://github.com/floydspace/prisma-sequelize-generator)\n- [Prisma Schema Sorter - sort schema models, enums, generators and datasources](https://github.com/omar-dulaimi/prisma-schema-sorter)\n- [Declarative Authorisation Middleware](https://github.com/joindeed/prisma-auth)\n- [NestJS and Prisma Yarn Monorepo Starter Template](https://github.com/alitnk/nest-prisma-monorepo)\n- [Prisma Redis Middleware - cache queries in Redis](https://github.com/Asjas/prisma-redis-middleware)\n- [Prisma Yup Generator - Prisma 2+ generator to emit Yup schemas from your Prisma schema](https://github.com/omar-dulaimi/prisma-yup-generator)\n- [Schemix - Generate Prisma Schemas with TypeScript](https://github.com/ridafkih/schemix)\n- [Prismock - Run tests in isolation with an in-memory implementation of Prisma](https://github.com/morintd/prismock)\n- [prisma-ast - A Builder object to programmatically query and edit your schema.prisma files](https://github.com/MrLeebo/prisma-ast)\n- [prisma-query-formatter - Substitute params and format queries for logging](https://github.com/s1owjke/prisma-query-formatter)\n\n### :man_technologist: Prisma Clients\n\n- [Prisma Client Python](https://github.com/RobertCraigie/prisma-client-py)\n\n\n### :gear: Schema Visualization Tools\n\n- [Prisma ERD Visualizer](https://github.com/skn0tt/prisma-erd)\n- [prisma-uml](https://github.com/emyann/prisma-uml)\n- [DBML Generator](https://github.com/notiz-dev/prisma-dbml-generator)\n- [Prisma ERD Generator](https://github.com/keonik/prisma-erd-generator)\n- [Prismaliser - Visualise your Prisma schema models and relations](https://prismaliser.app/)\n- [Archibase - Collaborative schema editor based on Prisma SDL](https://archibase.dev/)\n- [Prisma Editor - A powerful tool to visualize and edit Prisma Schema](https://github.com/mohammed-bahumaish/prisma-editor)\n- [`prisma-markdown` - Markdown generator, including ERD and descriptions](https://github.com/samchon/prisma-markdown)\n- [Hubql - Visualization platform with Prisma schema support](https://www.hubql.com/prisma)\n\n\n## :thinking: How Tos\n\n- [How to GraphQL](https://www.howtographql.com/)\n- [PostgresQL Tutorials](https://www.prisma.io/tutorials/?tag=postgresql)\n\n## :bird: Twitter\n\n- [Prisma](http://twitter.com/prisma)\n- [Nexus](http://twitter.com/nexusgql)\n\n## :trophy: Tutorials\n\n- [Get started with Prisma v2. Prisma Client](https://egghead.io/playlists/get-started-with-prisma-v2-prisma-client-8bae)\n- [An Introduction to Prisma 2](https://blog.logrocket.com/an-introduction-to-prisma-2/)\n- [Static Sites with Next.js 9.3 and Prisma](https://leerob.io/blog/next-prisma)\n- [Using Prisma with GraphQL Codegen](https://medium.com/tomorrowapp/using-prisma-with-graphql-codegen-eed022c13749)\n- [Using Prisma in Azure Functions](https://swacblooms.com/using-prisma-in-azure-functions/)\n- [Building a sane Docker image for Typescript, Yarn Workspaces and Prisma 2](https://medium.com/@emilefugulin/building-a-sane-docker-image-for-typescript-lerna-and-prisma-2-76d8ff9926e4)\n- [Building a Backend for React with Next.js, Prisma 2, and PostgreSQL](https://www.youtube.com/watch?v=Bqacj0iOL68)\n- [Build A Pet Management System With Remix, Prisma, and Postgres](https://www.youtube.com/watch?v=wqyHGQlZcws\u0026list=PLTnRtjQN5ieYu9SdwLvzKYFVtfqySY7FT)\n- [How To Write Efficient Unit Tests with Prisma ORM](https://medium.com/javascript-in-plain-english/how-to-write-efficient-unit-tests-with-prisma-orm-e9d8fdf43f5f)\n\n### Tutorials with [Nexus](https://www.nexusjs.org/#/)\n- [Complete Introduction to Fullstack, Type-Safe GraphQL (feat. Next.js, Nexus, Prisma)](https://dev.to/prisma/complete-introduction-to-fullstack-type-safe-graphql-feat-next-js-nexus-prisma-c5)\n- [Improve Your GraphQL performance with Prisma](https://dev.to/ahmedelywa/improve-your-graphql-performance-with-prisma-2jia)\n- [Let's take Prisma 2 for a test drive on AWS Lambda with GraphQL](https://itnext.io/lets-take-prisma-2-for-a-test-drive-on-aws-lambda-with-graphql-%EF%B8%8F-f4be711e93cc)\n\n### Tutorials with [NestJS](https://nestjs.com/)\n- [How to query your database using Prisma with NestJS](https://notiz.dev/blog/how-to-connect-nestjs-with-prisma)\n\n## :family_man_woman_girl_boy: Community\n\n- [GitHub](https://github.com/prisma/prisma/)\n- [Website](https://prisma.io)\n- [Docs](https://prisma.io/docs/)\n- [Blog](https://prisma.io/blog)\n- [Slack](https://slack.prisma.io/)\n- [Twitter](https://twitter.com/prisma)\n\n## :space_invader: Projects Using Prisma\n\n- [Calendso](https://github.com/calendso/calendso)\n- [Tottem](https://github.com/poulainv/tottem)\n- [Tomorrow](https://www.tomorrowapp.io/)\n- [Predict Covid](https://predictcovid.com/)\n- [NestJS Crud Prisma](https://github.com/silicon-hills/nestjs-crud-prisma) - Crud for restful api's built with NestJS and Prisma (uses [NestJSX CRUD](https://github.com/nestjsx/crud))\n- [tRPC Prisma Starter](https://github.com/trpc/examples-next-prisma-starter) - Starter project with Prisma + Next.js + CI + testing + E2E type-safety using [tRPC](https://trpc.io)\n- [prisma-next-auth-graphql-starter](https://github.com/wangel13/prisma-next-auth-graphql-starter) - Fullstack starter with Prisma, next-auth, next.js, tailwindcss and graphql-shield\n- [Wasp](https://github.com/wasp-lang/wasp) Wasp is a declarative domain-specific language for developing, building, and deploying modern Javascript full-stack web apps with less code.\n- [Neighborhood Pet Manager](https://github.com/AustinGil/npm)\n- [Dotfyle](https://dotfyle.com) - Discover and share Neovim plugins\n\n## Prisma 1\n\nThis is the second iteration of the awesome Prisma and focuses on Prisma 2.\nCheck out the [Awesome Prisma 1 list](awesome-prisma1.md)\n\n## Contribute\n\nContributions welcome! Read the [contribution guidelines](contributing.md) first.\n\n## License\n\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)\n\nTo the extent possible under law, Catalin Miron has waived all copyright and\nrelated or neighboring rights to this work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalinmiron%2Fawesome-prisma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalinmiron%2Fawesome-prisma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalinmiron%2Fawesome-prisma/lists"}