UNPKG

@autobe/compiler

Version:

AI backend server code generator

6 lines (5 loc) 211 B
import { AutoBePrisma } from "@autobe/interface"; export declare function writePrismaApplication(props: { dbms: "postgres" | "sqlite"; application: AutoBePrisma.IApplication; }): Record<string, string>;