#
prisma-client
Here are 75 public repositories matching this topic...
-
Updated
Aug 12, 2021 - TypeScript
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
bcrypt
passportjs
code-first
nestjs
prisma
passport-jwt
type-graphql
prisma-client
nestjs-graphql
prisma2
-
Updated
Jul 12, 2021 - TypeScript
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles
react
nodejs
jwt
apollo
authentication
reactjs
apollo-client
permissions
expressjs
full-stack
fullstack
jwt-authentication
fullstack-javascript
prisma
graphql-database
fullstack-graphql
prisma-client
prisma-cli
server-graphql
prisma-authentication
-
Updated
Aug 9, 2021 - TypeScript
Prisma tools to help you generate CRUD system for GraphQL servers
crud
typescript
apollo
sdl
graphql-server
graphql-schema
graphql-modules
prisma
prisma-client
prisma-framework
nexus-framework
prisma-admin
-
Updated
Aug 7, 2021 - TypeScript
Extend Prisma's `findMany` method to support Relay Cursor Connections
-
Updated
Aug 12, 2021 - TypeScript
A Go wrapper for prisma to turn databases into GraphQL APIs using Go.
graphql
rust
golang
rust-lang
golang-wrapper
rustlang
golang-library
golang-package
prisma
prisma-client
prisma-binding
prisma2
-
Updated
Jul 26, 2021 - Go
GraphQL to SQL service example
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
Futugram - A small web application that allows a user to upload photos and share them with the wider world.
react
graphql
apollo
styled-components
reactjs
nextjs
react-apollo
prisma
graphql-yoga
prisma-client
-
Updated
Dec 16, 2018 - JavaScript
A boilerplate NodeJS GraphQL server, built on GraphQL-Yoga and Prisma
-
Updated
Aug 10, 2021 - JavaScript
Demo App with GraphQL Server using Prisma.
graphql-client
graphql
apollo
apollo-client
postgresql
zeit
graphql-server
apollographql
apollo-server
zeithq
prisma
apollo-graphql
zeit-microservices
apollo-boost
zeit-now
prisma-client
zeit-lambdas
prisma-cli
apollo-server-micro
prisma-server
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
Aug 12, 2021 - TypeScript
GraphQL type for Prisma's Decimal scalar, wrapper around decimal.js
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Jan 24, 2021 - TypeScript
A modern, fully-typed, react-graphql-postgres codebase to get you started building web-apps fast.
-
Updated
Aug 4, 2021 - TypeScript
How to setup a Next.js Test Environment with Prisma Client, Mocha and Chai
-
Updated
Mar 9, 2021 - JavaScript
backend software for reflation project
-
Updated
Oct 17, 2020 - TypeScript
A digital habit tracker built with Next.js and GraphQL ✨
-
Updated
Jun 2, 2021 - JavaScript
Repo containing CRUD App built with Prisma.
-
Updated
Aug 2, 2021 - TypeScript
NextJS with Prisma ORM for Full Stack Application.
-
Updated
Jun 23, 2021 - JavaScript
A GraphQL server for bahá'í song project
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Aug 7, 2021 - TypeScript
Template for Prisma 2.0 with Permissions,Tests & Auth
-
Updated
Aug 10, 2021 - TypeScript
Improve this page
Add a description, image, and links to the prisma-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma-client topic, visit your repo's landing page and select "manage topics."
Bug description
When you run
npx prisma initeverything executes without problems but the.gitignorefile is being overwritten with the following content mentioned in Issue #3400How to reproduce
npmproject.gitignorenpx prisma init.gitignorefile and notice it was overwrittenExpected beha