Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,651 contributions in the last year
Contribution activity
September 2020
- timsuchanek/prisma-dotenv-expand TypeScript
Created a pull request in prisma/prisma that received 4 comments
- feat(client): add client version to errors
- fix(engine-core): null check childprocess
- fix(client): check correct errorFormat variable
- feat(migrate): Force Panic ENV Var and Github Issue Generation
- chore: integrate unions
- chore: Rename Prisma to Prisma Client in error message GitHub reporting template
- feat(cli): log the prisma schema path when loaded
- test(cli): move remaining integration tests to jest
- feat(sdk): read schema path from package.json
Created an issue in prisma/prisma that received 7 comments
Investigate live reload of Prisma Client with `next dev`
If I have a Next.js project running with Prisma Client and have a change in the schema.prisma file, then generated a new Client with prisma generate,…
7
comments
- cli/introspect tests should exit
- Replace ncc with esbuild in cli
- Improve Prisma Client error handling
- Use TypeScript namespaces to separate Prisma & Application types
- Consolidate integration tests
- Code coverage
- Test forks
- Merge `PrismaQueryEngineError` into `PrismaClientUnknownRequestError`
- $raw - auto type result
- $raw - support SQL auto completion based on introspection
- Formatting adds optional relation incorrectly