angel_orm_generator 2.0.0-dev
angel_orm_generator: ^2.0.0-dev copied to clipboard
Code generators for Angel's ORM. Generates query builder classes.
2.0.0-dev #
- Dart 2 updates, and more.
1.0.0-alpha+6 #
DateTimeis nowCASTon insertion and update operations.
1.0.0-alpha+3 #
Implemented @hasOne, with tests. Still missing @hasMany.
belongsToMany will likely be scrapped.
1.0.0-alpha+2 #
- Added support for
belongsTorelationships. Still missinghasOne,hasMany,belongsToMany.
1.0.0-alpha+1 #
- Closed #12.
insertXandupdateXnow userc.camelCase, instead ofrc.snakeCase. - Closed #13. Added
limitandoffsetproperties toXQuery. - Closed #14. Refined the
ormethod (it now takes anXQueryWhere), and removedandandnot. - Closed #16. Added
sortAscendingandsortDescendingtoXQuery. - Closed #17.
deletenow usestoSqlfromXQuery. - Closed #18.
XQuerynow supportsunionandunionAll.