Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.9/cli/state.ts";

Parses and sets the migrationFiles and seedFiles

Parameters

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