Crate retable

source ·
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, Atomic Type Object Model
  • Basic types wrapper used in database.
  • The core module
  • Error type.
  • Define stateful method that interact with database.

Structs

  • Top-level configuration for the system.