UNPKG

@dbml/connector

Version:

This package was created to fetch the schema JSON from many kind of databases.

4 lines (3 loc) 150 B
import { DatabaseSchema } from './types'; declare function fetchSchemaJson(keyFilename: string): Promise<DatabaseSchema>; export { fetchSchemaJson };