Docs.rs
yugendb-sqlite-0.1.0
yugendb-sqlite 0.1.0
Permalink
Docs.rs crate page
MIT
19 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
reinacchi
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
parking_lot ^0.12
normal
rusqlite ^0.32
normal
yugendb-core ^0.1.0
normal
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
STORE_TABLE_NAME
yugendb_
sqlite
0.1.0
In yugendb_
sqlite::
schema
yugendb_sqlite
::
schema
Constant
STORE_
TABLE_
NAME
Copy item path
Source
pub const STORE_TABLE_NAME: &
str
= "yugendb_store";
Expand description
Main storage table used by the SQLite backend.