pub fn open_database(path: Option<&Path>) -> Result<Connection, Error>
Open (or create) the queue database. Pass None for an in-memory database.
None