alexfu / SQLiteQueryBuilder

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

Prepared statements #51

Open bbrakenhoff opened 7 years ago

bbrakenhoff commented 7 years ago

Hi,

It would also be nice if I can mark a select query as a prepared statement so that I do not have to write "=?" everytime. I understand it though if this is a feature that is out of scope in this library.