Database

Type Alias Database 

Source
pub type Database<'a> = Handle<'a, ()>;
Expand description

The basic database handle

Aliased Type§

pub struct Database<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> Database<'a>

Source

pub fn new_ref(mem: &'a [u8]) -> Self

Create a new database handle

Source

pub fn tables(&self) -> Result<'a, FDBHeader>

Get the header for the local database