UNPKG

@t1mmen/srtd

Version:

Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀

3 lines (2 loc) • 180 B
import type { MigrationError } from '../types.js'; export declare function applyMigration(content: string, templateName: string, silent?: boolean): Promise<true | MigrationError>;