We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replacing with implementation instead of compile perl -pi.bak -e "s/compile '(.[^']*)'/implementation '\1'/" *.md
Updated Easier SQL with Cupboard (markdown)
"null" has to be used for the second argument. If not an error "Entity is not registered cupboard" will occur.
Simplify delete all contents of a table by not depending on a class name or executing a raw SQL
cupboard moved to littlerobots
Book example broke the flow of the bunny example. It also didn't match the descriptive comments in the example.
Example was closing the QueryResultIterable not the Cursor.
added db type on declaration
Correct clearAllBunnyData method signature.
I think this is the correct way, because with the old code, it tries to call .iterate() method on a QueryBuilder and it's not possible.
Adds gradle to code
spelling, formatting, etc
Forgot to edit migration section to be relevant. fixed that now.
Updated Easier SQLite with Cupboard (markdown)