@humbdb/mysql
v0.1.0
Published
MySQL adapter for Humb.
Readme
@humbdb/mysql
MySQL driver for Humb. Implements the DatabaseAdapter contract from @humbdb/driver-contract.
Read-only by policy: runReadOnlyQuery rejects non-SELECT statements (see
docs/SECURITY.md), backed by a START TRANSACTION READ ONLY
transaction as the authoritative enforcement, not just the shared string heuristic.
