Socket
Socket
Sign inDemoInstall

prisma-kysely

Package Overview
Dependencies
5
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

1.8.0

Diff

Changelog

Source

1.8.0

Minor Changes

  • 4526321: Added support for the Kysely SQL Server dialect Awesome work from @dylel 🎊

Patch Changes

  • 04de4dc: Fixed automatic relation code generation bug. Thanks @Bayezid1989 🥳
valtyr
published 1.7.1 •

Changelog

Source

1.7.1

Patch Changes

  • 22a1e5c: Fixes array types (Thanks Karrui! 🥳🇸🇬)
  • 21980b2: Updates dependencies that were throwing deprectaion warnings. (Thank you @delight! 🍺)
valtyr
published 1.7.0 •

Changelog

Source

1.7.0

Minor Changes

  • bf0ccf6: Implicit many to many relations are finally fixed thanks to @dextertanyj 🇸🇬🎉🥂. Huge thanks to him!
valtyr
published 1.6.0 •

Changelog

Source

1.6.0

Minor Changes

  • defb3fa: Update typescript to 5 and migrate from ttypescript to ts-patch (Thank you @alandotcom! 🎉)
valtyr
published 1.5.0 •

Changelog

Source

1.5.0

Minor Changes

  • 3ec4465: Support multiSchema preview feature. (Thanks to @duniul 🇸🇪🪅)

Patch Changes

  • 7923981: Adds per field type overrides
  • 6a50fe8: Respect mapped names for fields with enum types. (Thank you @fehnomenal 🇩🇪🎉)
  • 3ec4465: Sort DB properties by table name instead of type name. (Thank you @duniul 🇸🇪🪅)
valtyr
published 0.0.0-snapshot-20230702140843 •

valtyr
published 0.0.0-snapshot-20230608222524 •

valtyr
published 1.4.2 •

Changelog

Source

1.4.2

Patch Changes

  • 744b666: Uses the value of fileName when no enumFileName provided. Previously now if you used a different fileName and you didn't provide enumFileName it put the database in the fileName and enums in types.ts.

    Now imports GeneratedAlways only when needed. Previously it was always added, even if not needed which caused problems with the linter.

valtyr
published 1.4.1 •

Changelog

Source

1.4.1

Patch Changes

  • 36393b6: Bugfix: revert to own generated type, that supports ColumnType
valtyr
published 1.4.0 •

Changelog

Source

1.4.0

Minor Changes

  • 3288b72: Support @map statement for enum values (Thank you @jvandenaardweg 🔥🇳🇱)
  • 299de40: Adds support for Kysely's GeneratedAlways through a new config parameter readOnlyIds. The generated type file no longer includes and exports the Generated generic.
  • 66019e8: Brings back support for implicit many to many models after DMMF changes introduced in new version of Prisma

Patch Changes

  • 2659cc3: Now using narrower types for enum objects bringing prisma-kysely's enums in line with prisma-client-js (Thank you @jvandenaardweg 🎉)
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc