UNPKG

prismaql

Version:

A powerful tool for managing and editing Prisma schema files using a SQL-like DSL.

4 lines 247 B
import { PrismaQlHandler } from "../../handler-registries/handler-registry.js"; export declare function normalizeQuotes(input: string): string; export declare const getDB: PrismaQlHandler<"GET", "DB", "query">; //# sourceMappingURL=get-db.d.ts.map