Function lair_keystore_lib::store_sqlite::create_sql_pool_factory[][src]

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

create a LairStoreFactory that will construct a SqlPool instance at the given sqlite/sqlcipher file path.