Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/nessie/cli/state.ts>State._parseMigrationAndSeedFiles

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method State._parseMigrationAndSeedFiles
import { State } from "https://deno.land/x/nessie@2.0.10/cli/state.ts";

Parses and sets the migrationFiles and seedFiles

Parameters

options: NessieConfig
migrationFolders: string[]
seedFolders: string[]