vnd:sqlx_mysql module
Experimental
The vnd:sqlx_mysql module exposes the MySQL driver from the sqlx async SQL toolkit.
| Property | Value |
|---|---|
| Namespace | vnd |
| Source | src/lua/vnd/sqlx_mysql.rs |
| Tests | Not in CI (requires Docker / containers) |
| Stability | Experimental |
| Mirror | sqlx (mysql feature) |
Syntax
lua
local sqlx_mysql = require("vnd:sqlx_mysql")Description
WARNING
This reference page is a stub. The full Lua surface is captured in the module source listed above and exercised by the test file. A spec PR following the spec-driven development workflow will land the contracted surface here.
Until that lands, the source and tests are the contract.
See also
- The module system — How
require("vnd:sqlx_mysql")resolves. - The sandboxing model — How
vnd:*modules fit into the engine. vnd:*— Other modules in this namespace.