@fardjad/libsql-migrator@0.1.16Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fardjad/libsql-migratorManages the migrations for a libSQL database by applying the SQL migration scripts in a directory to the database
This package works with Deno
JSR Score
100%
Published
2 months ago (0.1.16)
f
createMigrationScriptIterator
Creates an iterator that yields MigrationWithSQL objects from a directory.
v
LibSQLMigrator
Creates a new Migrator instance for LibSQL.
T
LibSQLMigratorConstructor
Creates a new Migrator instance for LibSQL.
T
Migration
A migration.
T
MigrationWithSQL
A Migration with the SQL script.
T
Migrator
Applies a series of SQL migration scripts to a database.