pub async fn push_tasks(
db: &'static Database,
cfg: &Config,
buffer: Vec<LibsqlTask<CompactType>>,
) -> Result<(), Arc<LibsqlError>>Expand description
Push a batch of tasks to the database
pub async fn push_tasks(
db: &'static Database,
cfg: &Config,
buffer: Vec<LibsqlTask<CompactType>>,
) -> Result<(), Arc<LibsqlError>>Push a batch of tasks to the database