SQLiteMigratorclass

new SQLiteMigrator<T>()
Return
SQLiteMigrator<T>
SQLite (and Cloudflare D1) migrator that uses sqlite_master as the schema source of truth.

SQLite (and Cloudflare D1) migrator that uses sqlite_master as the schema source of truth.

Examples

const migrator = new SQLiteMigrator(provider);
 await migrator.migrate(users, posts);