Skip to main content
Module

x/nessie/types.ts>Info

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
type alias Info
import { type Info } from "https://deno.land/x/nessie@2.0.9/types.ts";

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

Type Parameters

optional
T = undefined
definition: { dialect: DBDialects; }