mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Move to SQLite (#13)
This commit is contained in:
parent
750ddb7762
commit
1799b70bc1
50 changed files with 2122 additions and 394 deletions
|
@ -25,7 +25,7 @@ where
|
|||
{
|
||||
/// Load the DB from a path.
|
||||
pub fn load_from_path(path: impl AsRef<Path>) -> Result<Database<T>, DBError> {
|
||||
Ok(Database::<T>::load_from_path(path)?)
|
||||
Database::<T>::load_from_path(path)
|
||||
}
|
||||
|
||||
/// Insert into a ShareMap.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue