Package: @effect/sql-mysql2
Module: MysqlClient
Creates a layer from a concrete MySQL client configuration, providing both MysqlClient and SqlClient.
Signature
declare const layer: (config: MysqlClientConfig) => Layer.Layer<MysqlClient | Client.SqlClient, Config.ConfigError | SqlError>
Since v4.0.0