Releases: MyJetTools/my-postgres-macros
Releases · MyJetTools/my-postgres-macros
0.4.8
- Now we write EnumWithModel to single Column;
- Now we can auto generate SelectModel, UpdateModel and WhereModel Out of TableSchema
- #[inside_json()] - is introduced inside WhereDbModel
0.4.7
- Renamed to model_db_column_name
- Default can be read from Enum Structure
0.4.5
Fixing Support of Like operator
0.4.2
- Json support;
- Vec as Json supported
- HashMap<TKey, TValue> as Json supported
0.4.1
Fixed Bug with No of enum Cases
0.4.0
Fixing that we can specify sql_type for WhereDbModel