npm kysely-ctl 0.14.0
v0.14.0 - `--no-transaction` flag.

latest releases: 0.19.0, 0.18.0, 0.17.0...
one month ago

Hey 👋

How's life?

New features:

  • New --no-transaction flag for migrate commands, that uses the new Migrator instantiation-level disableTransactions flag. It runs the migrations without a transaction - which sometimes is required, e.g. PostgreSQL's CREATE INDEX CONCURRENTLY. This flag won't work, for now, if you're providing a Migrator factory in your config files - in that case, you'll have to manually provide disableTransactions.

  • You should now be able to import values from jsx/tsx files in your config or migrations. by @yinonburgansky in #208

Breaking changes:

  • Some dependency version bumps.

Full Changelog: v0.13.1...v0.14.0

Don't miss a new kysely-ctl release

NewReleases is sending notifications on new releases.