sqler 1.1.0
sqler: ^1.1.0 copied to clipboard
Package for building SQL queries in Dart, focusing on MySQL support.
1.1.0 #
- Added DISTINCT for QField
- Improve the Aggregate Functions #1
- Added Validator functionalty for input variables in MField and MTable
1.0.1 #
- Added
MTable
andMField
classes for table and field abstraction. - Implemented SQL generation for
CREATE TABLE
statements. - Improved code structure for easier table definition and management.
1.0.0 #
- Initial version.