jaguar_query 0.2.8 jaguar_query: ^0.2.8 copied to clipboard
Dialect neutral, fluent Dart DSL to build SQL/NoSQL queries
Changelog #
0.2.8 #
- Added
drop
method toBean
0.2.7 #
- Added
getAll
andremoveAll
toBean
0.2.6 #
- Bug fix in cascading
Or
andAnd
expressions
0.2.5 #
- Functional map based where clauses on
Find
,Remove
andUpdate
statementsandMap
orMap
0.2.4 #
- Renamed
dropDatabase
method todropDb
inAdapter
0.2.3 #
- All statements have
exec
method BuiltFind
renamed toFindExecutor
- Made
mapper
method specific inBuiltFind
0.2.2 #
- Flexible where clause building for
Find
,Remove
andDelete
statements- Added
or
method
- Added
- Removed ambiguous
Field
operators
0.2.0 #
- Changed
Delete
toRemove
0.1.7 #
- Auto-increment for null int and double fields
0.1.6 #
Sql
methods take table name as parameter
0.1.3 #
BuiltFind
0.1.0 #
- Shorter class names
0.0.25 #
- Unique constraint to
CreateCol
0.0.11 #
- Create Database statement
- Create table if not exists
0.0.1 #
- Initial version, created by Stagehand