Skip to main content
Module

x/nessie/types.ts

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
import * as nessie from "https://deno.land/x/nessie@2.0.7/types.ts";

Type Aliases

Amount type for migrations.

Amount type for rollbacks.

Supported dialects

Exposed object in migration files. available in up/down methods. queryBuilder is available when passing exposeQueryBuilder: true to the config file.

Logger function.

Query handler function.

Query type.

Handy type to cover printf.