alexfu / SQLiteQueryBuilder

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

Add create builder #13

Closed alexfu closed 9 years ago

alexfu commented 9 years ago

From discussion #12, it was decided that a separate CREATE builder was needed.

shadeven commented 9 years ago

@alexfu, I just reviewed your changes. Moving methods to the concrete CreateTableBuilder and removing CreateTable interface might not be a good idea. It makes the structure inflexible for future changes. I still prefer the approach you came up last time, but the decision is yours.