Skip to main content

DbHandle

Type Alias DbHandle 

Source
pub type DbHandle = Arc<Surreal<Db>>;
Expand description

Shared SurrealDB handle used by the runtime and global facade.

Aliased Typeยง

pub struct DbHandle { /* private fields */ }