Provides generic migration support for meyer applications via Knex. Current version is 2.0.2, compatible with Node 18 and Knex ^2.5.1. This package integrates Knex as a database migration tool within the meyer framework, offering TypeScript types and peer dependency on meyer ^1.1.1. It is designed for Node.js environments and uses an active development model with Podman-based testing.
npm install meyer-dbms-knexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to initialize MeyerDbmsKnex with a Knex instance and run migrations.
Upgrade Node.js to version 18 or later.
Use import syntax instead of require().
Replace createMigration() with MeyerDbmsKnex.createMigration().
Ensure Knex is configured with a valid client and connection before passing to MeyerDbmsKnex.
Run 'npm install meyer-dbms-knex' or 'pnpm add meyer-dbms-knex'.
Use 'import { MeyerDbmsKnex } from 'meyer-dbms-knex' and instantiate with 'new MeyerDbmsKnex(...)'.Configure Knex with 'authPlugins' or use a compatible MySQL client library.