pub const fn db_version() -> DbResult<u64>
Expand description
SOMEDAY
§Errors
This function returns cuprate_database::RuntimeError::KeyNotFound
if the input (if applicable) doesn’t exist or other RuntimeError
’s on database errors.
§Example
// SOMEDAY