Server-side key-value storage backend.
This type allows selecting between in-memory and SQLite storage at server setup time.
Port of enum ServerKv from server/server_kv.rs lines 7-15.
enum ServerKv
Server-side key-value storage backend.
This type allows selecting between in-memory and SQLite storage at server setup time.
Port of
enum ServerKvfrom server/server_kv.rs lines 7-15.