conduwuit/src/database
Jason Volk 13335042b7 enable the paranoid-checks options in debug mode
Signed-off-by: Jason Volk <jason@zemos.net>
2025-01-28 18:36:00 +00:00
..
engine enable the paranoid-checks options in debug mode 2025-01-28 18:36:00 +00:00
map furnish batch interface with trait 2025-01-28 18:36:00 +00:00
pool
stream
Cargo.toml add CBOR support to database schema 2025-01-22 00:52:48 +00:00
cork.rs
de.rs propagate underflow as error result, not index bounds panic 2025-01-26 17:48:53 +00:00
deserialized.rs
engine.rs add sequence method to db engine; improve engine interface/tracing 2025-01-25 01:35:18 +00:00
handle.rs
keyval.rs
map.rs furnish batch interface with trait 2025-01-28 18:36:00 +00:00
maps.rs use database for resolver caches 2025-01-22 02:16:51 +00:00
mod.rs furnish batch interface with trait 2025-01-28 18:36:00 +00:00
pool.rs additional tracing span tweaks 2025-01-20 04:17:04 +00:00
ser.rs add CBOR support to database schema 2025-01-22 00:52:48 +00:00
stream.rs
tests.rs check-in additional database test related 2025-01-20 04:48:47 +00:00
util.rs
watchers.rs