Registry / database / gluesql

gluesql

JSON →
library0.19.0rscratesunverified

Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support.

# Cargo.toml [dependencies] gluesql = "0.19.0"
INSTALL
IMPORT
SIG · GLUESQL
G
gluesql
databaserustv0.19.0
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.

Glue
use gluesql::Glue;

Initializes a new GlueSQL database engine.

use gluesql::Glue; fn main() { let glue = Glue::new(); println!("GlueSQL engine initialized"); }
Debug
Known issues
gotchaStorage backend must be specified; default is in-memory.
fix
Use Glue::new_with_storage() to specify a persistent storage backend.
affects: >=0.9.0
Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
gluesql — cargo add gluesql · libregistry