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(connection: string): Promise<DatabaseSchema>; export { fetchSchemaJson, };