Creates a MySQL/MariaDB adapter wired to a Hyperdrive binding.
The client is created once per request and reused for every statement in that
request. See createHyperdrivePostgresProvider for why per-statement
clients are the wrong unit and why a module-scoped client is not the fix.
Creates a MySQL/MariaDB adapter wired to a Hyperdrive binding.
The client is created once per request and reused for every statement in that request. See createHyperdrivePostgresProvider for why per-statement clients are the wrong unit and why a module-scoped client is not the fix.