github remix-run/remix data-table-sqlite@0.2.0
data-table-sqlite v0.2.0

latest releases: component@0.6.0, remix@3.0.0-alpha.4, static-middleware@0.4.5...
9 hours ago

Minor Changes

  • Add first-class migration execution support to the sqlite adapter. It now compiles and executes DataMigrationOperation plans for remix/data-table/migrations, including create/alter/drop table and index flows, migration journal writes, and adapter-managed DDL execution for migrations.

    Normal reads/writes continue through execute(...), while migration/DDL work runs through migrate(...).

    SQL compilation remains adapter-owned and can share helpers from remix/data-table/sql-helpers.

  • Add transaction-aware migration introspection to the sqlite adapter.

    hasTable(table, transaction?) and hasColumn(table, column, transaction?) now accept a transaction token, validate it, and execute against the migration transaction when provided so schema checks line up with the active migration transaction.

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.