pub(crate) async fn database_without_schema(&self, name: &str) -> Result<Database, Error> {
pub async fn database_without_schema_internal(&self, name: &str) -> Result<Database, Error> {
#[allow(dead_code)] // This implementation is sort of documentation for what it would be. But our Vault payload already can detect if a parsing error occurs, so we don't need a header if only encryption is enabled.