pub fn open(
path: &Path,
profile: ConnectionProfile,
) -> Result<Connection, SqliteStoreError>Expand description
Open path under profile with the profile’s defaults.
pub fn open(
path: &Path,
profile: ConnectionProfile,
) -> Result<Connection, SqliteStoreError>Open path under profile with the profile’s defaults.