Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dropserver_lib_support/mod.ts>Migration

Interfaces dropserver_app uses to interact with Dropserver within Deno sandbox
Latest
type alias Migration
import { type Migration } from "https://deno.land/x/dropserver_lib_support@v0.2.1/mod.ts";
definition: { direction: "up" | "down"; schema: number; func: migrationFunction; }