Skip to main content

open_database

Function open_database 

Source
pub fn open_database(path: Option<&Path>) -> Result<Connection, Error>
Expand description

Open (or create) the queue database. Pass None for an in-memory database.