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

x/nessie/wrappers/AbstractSeed.ts>AbstractSeedProps

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
type alias AbstractSeedProps
import { type AbstractSeedProps } from "https://deno.land/x/nessie@2.0.11/wrappers/AbstractSeed.ts";
definition: { client: Client; }