alexfu / SQLiteQueryBuilder

A library that provides a simple API for building SQLite query statements in Java.
MIT License
70 stars 21 forks source link

Support for insert and Update statements #33

Open confile opened 9 years ago

confile commented 9 years ago

is there any support for insert and Update statements?

alexfu commented 9 years ago

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

confile commented 9 years ago

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