SQLiteQueryBuilder
SQLiteQueryBuilder copied to clipboard
Support for insert and Update statements
is there any support for insert and Update statements?
@confile not at the moment. That is something I would like to support. PRs are welcome.
Here is some lib you might find interesting: https://github.com/vals-productions/sqlighter
I wrote my own wrapper to support SQLighter syntax here: https://github.com/vals-productions/sqlighter/issues/22