mydb 0.0.1

This is a plugin that works with mydb_sqlx to make database operation easier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod entity_model;
pub mod ts_entity_to_model;
pub mod ts_entitys;
pub mod ts_getters;
pub mod ts_setters;
pub mod utils;



pub use entity_model::*;
pub use ts_entity_to_model::*;
pub use ts_entitys::*;
pub use ts_getters::*;
pub use ts_setters::*;