github remix-run/remix data-table-mysql@0.4.0
data-table-mysql v0.4.0

latest releases: node-tsx@0.1.0, node-fetch-server@0.13.2, remix@3.0.0-beta.1...
5 hours ago

Minor Changes

  • BREAKING CHANGE: removed migrate(request) and compileSql(DataMigrationOperation)

    The DDL operation ADT has been removed from @remix-run/data-table, so this adapter no longer implements migrate() and compileSql() only accepts DataManipulationOperation. SQL-file migrations run through the new executeScript(sql, transaction?) method, which forwards to connection.query(sql).

    mysql2 only accepts multi-statement scripts when the underlying connection or pool was created with multipleStatements: true. Set that option when running migrations whose up.sql / down.sql contains more than one statement.

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.