Module

x/nessie/types.ts

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
import * as mod from "https://dotland.deno.dev/x/nessie@2.0.11/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.