Skip to content

vnd:sqlx_postgres module

Experimental

The vnd:sqlx_postgres module exposes the PostgreSQL driver from the sqlx async SQL toolkit.

PropertyValue
Namespacevnd
Sourcesrc/lua/vnd/sqlx_postgres.rs
TestsNot in CI (requires Docker / containers)
StabilityExperimental
Mirrorsqlx (postgres feature)

Syntax

lua
local sqlx_postgres = require("vnd:sqlx_postgres")

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