Registry / database / sqlite-loadable

sqlite-loadable

JSON →
library0.0.5rscratesunverified

A framework for building SQLite extensions in Rust.

# Cargo.toml [dependencies] sqlite-loadable = "0.0.5"
INSTALL
IMPORT
SIG · SQLITE-LOADABLE
S
sqlite-loadable
databaserustv0.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

define_scalar_function
use sqlite_loadable::define_scalar_function;

Shows the primary macro for defining SQLite functions.

use sqlite_loadable::define_scalar_function; fn main() { // Example placeholder; actual usage requires SQLite context. println!("SQLite extension framework loaded"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Meta
1
Amazon
1
OpenAI (training)
1
Resources
sqlite-loadable — cargo add sqlite-loadable · libregistry