SQLiteQueryBuilder icon indicating copy to clipboard operation
SQLiteQueryBuilder copied to clipboard

Support for insert and Update statements

Open confile opened this issue 10 years ago • 2 comments

is there any support for insert and Update statements?

confile avatar Sep 21 '15 16:09 confile

@confile not at the moment. That is something I would like to support. PRs are welcome.

alexfu avatar Sep 21 '15 16:09 alexfu

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

confile avatar Sep 21 '15 16:09 confile