Skip to content

vnd:rusqlite module

Experimental

The vnd:rusqlite module exposes the rusqlite SQLite driver. The SQLite library itself is bundled into the binary.

PropertyValue
Namespacevnd
Sourcesrc/lua/vnd/rusqlite.rs
Teststests/vnd/rusqlite.test.luau
StabilityExperimental
Mirrorrusqlite

Syntax

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

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