Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

§Classes

Migrator

A class for running migrations.

§Variables

DEFAULT_ALLOW_UNORDERED_MIGRATIONS
DEFAULT_MIGRATION_LOCK_TABLE
DEFAULT_MIGRATION_TABLE
MIGRATION_LOCK_ID
NO_MIGRATIONS

§Interfaces

Migration
MigrationInfo
MigrationProvider
MigrationResult
MigrationResultSet

All migration methods (migrateTo, migrateToLatest etc.) never throw but return this object instead.

MigratorProps
NoMigrations

Type for the NO_MIGRATIONS constant. Never create one of these.