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)
type alias Migrator

Applies a series of SQL migration scripts to a database.

Methods

Apply the migration scripts.

Add Package

deno add jsr:@fardjad/libsql-migrator

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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