//! The `Database` inherent impl, split into cohesive submodules. Each file adds
//! one `impl Database` block; the struct and free helpers live in `lib.rs`.
usesuper::*;modcrud;modlifecycle;modlsp;pub(crate)modqueries;pub(crate)modrag;modresolution;