This commit is contained in:
dbr 2021-05-21 15:52:07 +10:00
parent 027225d2a3
commit 991b29da6c
2 changed files with 57 additions and 62 deletions

View file

@ -3,7 +3,6 @@ use anyhow::Context;
use rusqlite::types::{FromSql, ToSql};
use rusqlite::{params, Connection, OptionalExtension};
use std::path::Path;
use std::sync::{Arc, Mutex};
#[derive(Debug, thiserror::Error)]
enum SqliteError {