Documentation
¶
Overview ¶
Package mysql registers the `client "mysql"` block. Like Postgres it is pure Go (the go-sql-driver/mysql driver needs no cgo), so there is no build-tag split and it is available in both the full and minimal container images.
It supplies a sqlengine.Dialect plus DSN assembly and otherwise reuses the dialect-agnostic engine in clients/sql for pooling, named queries, parameter binding, row scanning, and the result object. See doc/client-sql.md.
Click to show internal directories.
Click to hide internal directories.