Module

x/nessie/mod.ts>AbstractClient#getAll

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

Gets all entries from the migration table

Returns

Promise<string[]>