hot.dev/mysql — Pure-Hot MySQL client: the MySQL client/server protocol over tcp/tls with caching_sha2_password and mysql_native_password auth, text-protocol queries, and binary prepared statements for parameter binding.
"hot.dev/mysql": "0.1.0"
Add this to your deps in hot.hot
Namespaces
| Namespace | Functions | Types | Description |
::mysql | 20 | 1 | Pure-Hot MySQL client. |
| Namespace | Functions | Types | Description |
::auth | 9 | — | MySQL authentication: initial-handshake parsing and the password |
::decode | 18 | — | MySQL response decoding: OK/ERR/EOF packets, column definitions, |
::wire | 20 | — | MySQL client/server protocol framing: packets, length-encoded |