pub fn open_with(
path: &Path,
profile: ConnectionProfile,
options: OpenOptions,
) -> Result<Connection, SqliteStoreError>Expand description
Open path under profile with per-open overrides.
pub fn open_with(
path: &Path,
profile: ConnectionProfile,
options: OpenOptions,
) -> Result<Connection, SqliteStoreError>Open path under profile with per-open overrides.