UNPKG

@graphql-mesh/transport-mysql

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