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