github remix-run/remix data-table-sqlite@0.5.0
data-table-sqlite v0.5.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 delegates to the SQLite client's native exec().

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.