pub fn create_sql_pool_factory<P>(sqlite_file_path: P) -> LairStoreFactory where
    P: AsRef<Path>, 
Expand description

Create a lair_keystore_api::lair_store::LairStoreFactory backed by an encrypted (sqlcipher) sqlite database. WARNING: If running on windows, this currently degenerates to a plaintext (non-encrypted) sqlite database.