Hey 👋
This release adds optional js
, cjs
and mjs
file support.
kysely init -x js|cjs|mjs
is now supported.
if migrations.allowJS
is true
:
kysely migrate make -x js|cjs|mjs
is now supported.kysely migrate up|down|latest|rollback
won't skipjs
,cjs
andmjs
migrations.
if seeds.allowJS
is true
:
kysely seed make -x js|cjs|mjs
is now supported.kysely seed run
won't skipjs
,cjs
andmjs
seeds.
Full Changelog: v0.8.11...v0.9.0