npm kysely-codegen 0.10.0

latest releases: 0.19.0, 0.18.5, 0.18.4...
2 years ago
  • Added --schema CLI option to specify the default schema - thanks @eGust!
  • Fixed so that the process quickly exits as soon as the CLI finishes - thanks @lbguilherme!
    • Previously, the process would hang a bit before exiting if it had failed to connect with SSL.
  • Fixed so that data types are correctly separated by schema
    • I.e. if you have the enums public.status and test.status, and the default schema is public, it will now generate the separate union types Status and TestStatus, instead of conflating them with each other.
  • Upgraded dependencies

Don't miss a new kysely-codegen release

NewReleases is sending notifications on new releases.