#
prisma-client
Here are 77 public repositories matching this topic...
-
Updated
Oct 15, 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
Sep 20, 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
Sep 15, 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
Sep 23, 2021 - TypeScript
Extend Prisma's `findMany` method to support Relay Cursor Connections
-
Updated
Oct 14, 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
Sep 24, 2021 - JavaScript
-
Updated
Oct 6, 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
Sep 21, 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
A modern, fully-typed, react-graphql-postgres codebase to get you started building web-apps fast.
-
Updated
Aug 4, 2021 - TypeScript
typescript
generator
sequelize
code-generation
sequelize-models
sequelize-orm
prisma
prisma-client
prisma2
-
Updated
Sep 17, 2021 - TypeScript
How to setup a Next.js Test Environment with Prisma Client, Mocha and Chai
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Jan 24, 2021 - TypeScript
A digital habit tracker built with Next.js and GraphQL ✨
-
Updated
Jun 2, 2021 - JavaScript
backend software for reflation project
-
Updated
Oct 17, 2020 - TypeScript
This is a church office management REST api built with Hapi js, Prisma ORM and Postgresql. With Unit tests and End-toEnd tests.
-
Updated
Oct 4, 2021 - TypeScript
2wce
commented
Oct 15, 2021
Is your feature request related to a problem? Please describe.
'm always frustrated when I have to add a new resolver to the project. At the moment you have to make sure it's imported & exported from the index.ts & it's a manual step
Describe the solution you'd like
I would love itt if we have a package/solution that allows us to just add the resolver in the correct folder & not worry
CRUD App built with Prisma using Redis as cache layer.
-
Updated
Aug 27, 2021 - TypeScript
Simple GraphQL API & subscription using Apollo's express server.
-
Updated
Aug 12, 2021 - JavaScript
graphql
express
sequelize
mysql-database
typeorm
postgresql-database
knexjs
apollo-server
prisma
apollo-server-express
nestjs-backend
prisma-client
nestjs-graphql
yoga-graphql
nestjs-mongoose
-
Updated
May 30, 2021 - JavaScript
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
On windows, I run
prisma formatand note the unusual file ending. The lines are all LF, but the very last line is CRLF.This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
![image](https://user-images.g