Skip to main content

open_db

Function open_db 

Source
pub fn open_db(path: &Path) -> Result<Connection>
Expand description

Owned MemoryDb connection helper. Used by services to spawn the worker without exposing the raw Connection.