A MySQL-specific dialect for norm-ddl, providing DDL generation and schema management for MySQL databases. Version 0.0.4 is a very early release with no documented release cadence. Compared to alternatives like Sequelize migrations or Knex schema builder, this package is tightly coupled with the norm-ddl ecosystem and offers minimal abstraction over raw MySQL DDL. Use only if already committed to norm-ddl.
npm install norm-ddl-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a MySQL DDL statement using the norm-ddl-mysql dialect with norm-ddl.
Pin to exact version or expect breaking changes.
Consider using mature alternatives like knex or sequelize.
Ensure norm-ddl version compatibility: ^0.1.1.
Install norm-ddl explicitly: npm install norm-ddl
Use import normDdlMysql from 'norm-ddl-mysql'