Expand description
A two key value store.
Used by entropy-rs, The Game · Created by RuofengX.
Features:
- No-unsafe, also source code.
- Thread-safe, build on top of sled and moka.
- Persistent, check
sled::Config
to learn more about the database.
Re-exports§
Modules§
- atom
- ATOM, Atomic Type Object Model
- basic
- Basic types wrapper used in database.
- db
- The core module
- error
- Error type.
- method
- Define stateful method that interact with database.
Structs§
- Config
- Top-level configuration for the system.