Skip to main content

init

Function init 

Source
pub fn init(
    base: PathBuf,
    durability: Durability,
    tuning: SqliteTuning,
    lru_cache: NonZeroUsize,
    read_pool_size: usize,
)
Expand description

Initialize the registry. Idempotent; safe to call once at startup. base is the directory under which per-project databases are created.