Module acceptxmr::storage::stores

source ·
Expand description

Built-in implementors of Storage.

Structs§

  • InMemoryin-memory
    In-memory store. Note that invoices stored in memory will not be recoverable on power loss. Burning bug mitigation will also be reset after application restart.
  • Sledsled
    Sled database. Note that sled is still in beta.
  • Sqlitesqlite
    SQLite database.

Enums§

  • An error occurring while storing or retrieving values in memory.
  • An error occurring while storing or retrieving values from a sled database.
  • An error occurring while storing or retrieving values from a sqlite database.