UNPKG

@dbml/connector

Version:

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

4 lines (3 loc) 238 B
import { BigQueryCredentials } from '../connectors/types'; export declare function loadCredentialFromFile(filename: string): Promise<string>; export declare function parseBigQueryCredential(credentialString: string): BigQueryCredentials;