Registry / database / rxqlite-common

rxqlite-common

JSON →
library0.1.4rscratesunverified

Common types and utilities for Rxqlite, a distributed SQLite database built upon openraft, sqlx, and sqlite.

# Cargo.toml [dependencies] rxqlite-common = "0.1.4"
INSTALL
IMPORT
SIG · RXQLITE-COMMON
R
rxqlite-common
databaserustv0.1.4
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.

NodeId
✓ use rxqlite_common::NodeId;

Creates a new node identifier for the distributed database.

use rxqlite_common::NodeId; let node_id = NodeId::new(1); println!("Node ID: {}", node_id);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
rxqlite-common — cargo add rxqlite-common · libregistry