athena_sql 1.0.6 athena_sql: ^1.0.6 copied to clipboard
Dart SQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.
1.0.0 #
- Initial version.
- builders and schemas that represent queries
- Create Table, Drop Table, Insert Values, Select
1.0.2 #
- fix migration variables
- print corrected
1.0.3 #
- add
mapColumnOrTable
on driver to map column names and table names
1.0.4 #
- select where
isIn
fix to manage array of items
1.0.5 #
- add added migration commands
- fix insert values to manage one insert
1.0.6 #
- Where clauses easier to use