alexfu / SQLiteQueryBuilder

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

Improve statement string builder #8

Closed alexfu closed 9 years ago

alexfu commented 9 years ago

Improves the statement building process by favoring composition over inheritance.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+8.96%) to 97.98% when pulling 3265fed6877be14495c09931bec54b4f48fe85a7 on feature/composition-builder into 77f925e62a46510a236d1517bbebfca5c642b4e3 on develop.