pub async fn db_bootstrap<IO: SyncEngineIo, Ctx>(
ctx: &SyncOperationCtx<'_, IO, Ctx>,
db: Arc<dyn File>,
) -> Result<DbSyncInfo>Expand description
Bootstrap multiple DB files from latest generation from remote
pub async fn db_bootstrap<IO: SyncEngineIo, Ctx>(
ctx: &SyncOperationCtx<'_, IO, Ctx>,
db: Arc<dyn File>,
) -> Result<DbSyncInfo>Bootstrap multiple DB files from latest generation from remote