enshort namespace

This commit is contained in:
yggverse 2024-09-22 13:17:18 +03:00
parent 2a7d7c5c46
commit 08db41b927
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +0,0 @@
use std::sync::Arc;
pub struct Database {
pub connection: Arc<sqlite::Connection>,
}
impl Database {
fn init(&self) {}
fn save(&self) {}
fn restore(&self) {}
}