Module

x/nessie/mod.ts>AbstractMigration

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
class AbstractMigration
Abstract
import { AbstractMigration } from "https://dotland.deno.dev/x/nessie@2.0.11/mod.ts";

Constructors

new
protected
AbstractMigration(unnamed 0: AbstractMigrationProps<T["client"]>)

Type Parameters

optional
T extends AbstractClient<any> = any

Properties

protected
client: T["client"]

Methods

abstract
down(exposedObject: Info): Promise<void>
abstract
up(exposedObject: Info): Promise<void>
import AbstractMigration
import { AbstractMigration } from "https://dotland.deno.dev/x/nessie@2.0.11/mod.ts";