1 2 3 4
pub fn test_db() -> redb::Database { let dir = tempfile::tempdir().unwrap(); redb::Database::create(dir.path().join("state.redb")).unwrap() }