nestjs-prisma

Easy Prisma support for your NestJS application

MIT License

Downloads
103.5K
Stars
574
Committers
14

Bot releases are hidden (Show)

nestjs-prisma - 0.17.0-dev.0

Published by marcjulian over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/notiz-dev/nestjs-prisma/compare/v0.16.0...v0.17.0-dev.0

nestjs-prisma - 0.16.0

Published by marcjulian over 2 years ago

Features

  • exception filter: custom error code mapping (#21) (6b36d6b)

Bug Fixes

Credits

Thanks to @liaosankai for improving the exception filter.

nestjs-prisma - 0.15.1

Published by marcjulian over 2 years ago

Bug Fixes

  • schematics: remove --preview-feature flag for prisma migrate db seed command
nestjs-prisma - 0.15.0

Published by marcjulian almost 3 years ago

Features

  • lib: add shutdown hook, close #16
  • lib: add middlewares option to prisma module, close #15
nestjs-prisma - 0.15.0-dev.2

Published by marcjulian almost 3 years ago

Features

  • lib: add middlewares option to prisma module, close #15
nestjs-prisma - 0.15.0-dev.0

Published by marcjulian almost 3 years ago

Features

  • lib: add shutdown hook, close #16
nestjs-prisma - 0.14.3

Published by marcjulian almost 3 years ago

Bug Fixes

  • exception-filter: unmask prisma client not generated error (#13)

Credits

Thanks to @omar-dulaimi!

nestjs-prisma - 0.14.2

Published by marcjulian almost 3 years ago

Bug Fixes

  • docker-compose: fix depends on for postgres (#12) and mysql db (365a832)

Credits

Thanks to @omar-dulaimi for finding the depends_on error.

nestjs-prisma - 0.14.1

Published by marcjulian about 3 years ago

Bug Fixes

  • schematics: change id to $id (aabcd12)
nestjs-prisma - 0.14.0

Published by marcjulian about 3 years ago

Features

  • docker: add mysql support, close #11 (b41785b)
  • schematics: prompt datasource provider then add docker during add (68ee05a)
  • seed: add seed script to package.json, close #10 (98dc350)
nestjs-prisma - 0.13.2

Published by marcjulian about 3 years ago

Chore

  • prisma: add prisma@^3.0.0 to peer dependencies
nestjs-prisma - 0.13.1

Published by marcjulian about 3 years ago

Features

  • schematics: add mongodb as datasource provider (bd31f4f)
nestjs-prisma - 0.13.0

Published by marcjulian about 3 years ago

Bug Fixes

Features

  • nestjs: adds support for nestjs 8.x.x (96b0748)
  • exception-filter: new prisma client exception filter (fbcef2d)
nestjs-prisma - 0.12.0

Published by marcjulian over 3 years ago

Bug Fixes

  • prisma-service: init options as empty object (ec4d097)

Features

  • datasource: pass datasource to prisma init (9cdd23e)
  • deps: fetch deps version before installing (a92c7b2)
  • docker-compose: add restart policy to nest service (99b74b7)
  • prisma: pass options directly to prisma client (ffe0526)
  • schematics: add .dockerignore (a827348)
nestjs-prisma - 0.11.0

Published by marcjulian over 3 years ago

Features

  • tsconfig: exclude prisma folder from build (ee6735c)
nestjs-prisma - 0.10.0

Published by marcjulian over 3 years ago

Features

  • docker: set node image version to 14 (f188a57)
  • docker: update postgres to v13 (abdb99a)
  • migrate: remove preview-feature flag from migrate (7d139ee)
  • prisma: replace @prisma/cli with prisma (de1b106)
nestjs-prisma - 0.9.0

Published by marcjulian over 3 years ago

Features

  • docker: update postgres to v13 (abdb99a)
  • prisma: replace @prisma/cli with prisma (de1b106), read more in release 2.16.0
nestjs-prisma - 0.8.0

Published by marcjulian almost 4 years ago

0.8.0 (2020-12-13)

Features

nestjs-prisma - 0.7.0

Published by marcjulian about 4 years ago

0.7.0 (2020-09-17)

Bug Fixes

  • docker: env file for postgres (5cec264)

Features

  • prisma-studio: remove --experimental in 2.7.0 (13b19a1)
nestjs-prisma - 0.6.1

Published by marcjulian about 4 years ago

0.6.1 (2020-09-08)

Bug Fixes

  • prisma: remove user model, populated in the lib (eccdaa9)