dox_query_builder 1.1.11
dox_query_builder: ^1.1.11 copied to clipboard
PostgresSQL query builder, Support Model, Where, orWhere, Find, Join, softDeletes, Debugging and many mores.
1.1.11 #
- Add missing types on function and arguments
- Bug fixed on count, custom query
1.1.10 #
- Remove hidden fields on toJson
1.1.9 #
- Bug fixed on jsonEncode(Model)
1.1.8 #
- Update readme
1.1.7 #
- Add option in
toMap()
to remove hidden fields
1.1.6 #
- Create own annotation and builder
- Added belongsTo support
- Added hasOne support
- Added hasMany support
- Added manyToMany support
- Added eager loading support
1.0.11 #
- Bug fixed id null on save
1.0.10 #
- Bug fixed on debug option in model
- Bug fixed on debug query param missing
- Support Postgres Pool
- Support hidden fields in model
1.0.1 #
- Update documentation
1.0.0 #
- Initial release