UNPKG

quick-erd

Version:

quick and easy text-based ERD + code generator for migration, query, typescript types and orm entity

3 lines (2 loc) 167 B
export type DBClient = ReturnType<typeof detectDBClient>; export declare function detectDBClient(dbFile_or_client: string): "better-sqlite3" | "mysql" | "postgresql";