Change8

data-table-mysql@0.2.0

📦 remixView on GitHub →
2 features🔧 5 symbols

Summary

The mysql adapter now supports first-class migration execution and transaction-aware introspection. This release also includes dependency bumps for related packages.

Migration Steps

  1. Users performing migration/DDL operations should now use the new `migrate(...)` method on the mysql adapter instead of `execute(...)` for these specific tasks.

✨ New Features

  • Added first-class migration execution support to the mysql adapter, enabling compilation and execution of DataMigrationOperation plans for table/index creation/alteration/dropping, migration journal writes, and adapter-managed migration locking.
  • Introduced transaction-aware migration introspection to the mysql adapter, allowing schema inspection within active migration transactions via updated hasTable and hasColumn functions.

Affected Symbols