println!("The shipping version of SQLite on macOS is not actually ACID-compliant. See this blog post:\n<https://bonsaidb.io/blog/acid-on-apple/>");
let client = self.sqlite.lock().unwrap(); // SQLite doesn't have a way to allow multi-threaded write access to a single database.