UNPKG

flint-orm

Version:

Type-safe SQLite ORM for JavaScript

3 lines (2 loc) 130 B
import type { MigrationOperation } from './types'; export declare function generateSQL(operations: MigrationOperation[]): string;