UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

3 lines (2 loc) 127 B
import type { DBSchema } from "./types"; export declare function syncSchema(dbSchema: DBSchema, role?: string): Promise<void>;