add: postgres support
chore: restructure
This commit is contained in:
parent
cda879f6df
commit
b6fe2fba37
58 changed files with 3403 additions and 603 deletions
5
crates/tetratto_core/src/lib.rs
Normal file
5
crates/tetratto_core/src/lib.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
pub mod config;
|
||||
pub mod database;
|
||||
pub mod model;
|
||||
|
||||
pub use database::DataManager;
|
Loading…
Add table
Add a link
Reference in a new issue