Skip to main content

Built and signed on GitHub Actions

Manages the migrations for a libSQL database by applying the SQL migration scripts in a directory to the database

This package works with Deno
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.