Package: @effect/sql-mysql2
Module: MysqlClient
mysql2-backed SQL client service, extending SqlClient with its runtime type marker and client configuration.
Signature
export interface MysqlClient extends Client.SqlClient {
readonly [TypeId]: TypeId
readonly config: MysqlClientConfig
}
Since v4.0.0