dsql 0.0.9+7
dsql: ^0.0.9+7 copied to clipboard
Dart SQL library for generating .dart files from .sql files
0.0.1 #
- Initial version.
0.0.9+3 #
- New way to filter from findMany, findFirst and update added.
- New method aggregate added.
0.0.9+4 #
- New method to migrate and generate classes.
0.0.9+5 #
- New operator added NOTEQ for where filters.
0.0.9+6 #
- Improvement on Where class to avoid unwanted overrides
0.0.9+7 #
- The init method changed