mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
Add initial database including simple abstractions
This commit is contained in:
parent
868e1168e5
commit
c67cefb38a
12 changed files with 772 additions and 0 deletions
10
src/database/mod.rs
Normal file
10
src/database/mod.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
pub mod database;
|
||||
pub use database::*;
|
||||
|
||||
pub mod models;
|
||||
pub use models::*;
|
||||
|
||||
pub mod schema;
|
||||
|
||||
pub mod tables;
|
||||
pub use tables::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue