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)

Add Package

deno add jsr:@fardjad/libsql-migrator

Import symbol

import { LibSQLMigrator } from "@fardjad/libsql-migrator";

---- OR ----

Import directly with a jsr specifier

import { LibSQLMigrator } from "jsr:@fardjad/libsql-migrator";