Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/nessie/clients/AbstractClient.ts>AbstractClient#_migrate

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
method AbstractClient.prototype._migrate
import { AbstractClient } from "https://deno.land/x/nessie@2.0.11/clients/AbstractClient.ts";

Runs the up method on all available migrations after filtering and sorting.

Parameters

latestMigration: string | undefined
queryHandler: QueryHandler