1 2 3 4 5
//! Internal database in [super::HomeserverCore] mod db; mod migrations; pub mod tables; pub use db::LmDB;