Make the internal sled db public
parent
fb990ce233
commit
e5d2bd0b82
|
@ -19,7 +19,7 @@ fn option_bytes_to_model<T: JdbModel>(bytes: Option<IVec>, id: u64) -> Result<T>
|
|||
}
|
||||
|
||||
pub struct Database {
|
||||
pub(crate) db: sled::Db,
|
||||
pub db: sled::Db,
|
||||
}
|
||||
|
||||
impl Database {
|
||||
|
|
Loading…
Reference in New Issue