UNPKG

@omnigraph/mysql

Version:

13 lines (12 loc) 313 B
import { MySQLSSLOptions } from './types'; export declare function getConnectionOptsFromEndpointUri(endpointUri: string): { user: string; password: string; protocol: string; host: string; port: number; database: string; trace: boolean; debug: boolean; ssl: MySQLSSLOptions; };