UNPKG

@dbml/connector

Version:

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

4 lines (3 loc) 173 B
import { DatabaseSchema } from './types'; declare const fetchSchemaJson: (connection: string, databaseType: string) => Promise<DatabaseSchema>; export { fetchSchemaJson, };