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

x/dropserver_app/migrations.ts>Migration

Library that helps you create Dropserver applications
Latest
type alias Migration
import { type Migration } from "https://deno.land/x/dropserver_app@v0.2.2/migrations.ts";

Describe a Migration step.

definition: { direction: "up" | "down"; schema: number; func: MigrationFunction; }