reorg: split repo / database so settings can use db connection as well
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
pub mod database;
|
||||
pub mod models;
|
||||
pub mod chat_database;
|
||||
pub mod repository;
|
||||
pub mod schema;
|
||||
pub mod settings;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub use chat_database::ChatDatabase;
|
||||
pub use repository::Repository;
|
||||
Reference in New Issue
Block a user