Module

x/nessie/mod.ts>isMigrationFile

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

Helper method to validate if a filename is a valid migration filename. Checks both the filename syntax and length.

Parameters

name: string

Returns

boolean