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

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

Minor Changes

  • Add first-class migration execution support to the postgres 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 migration locking.

    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 postgres adapter.

    hasTable(table, transaction?) and hasColumn(table, column, transaction?) now use the provided migration transaction client when present, so planning and execution can inspect schema state inside the active migration transaction.

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.