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 "IF NOT EXISTS" condition to CREATE TABLE statement #10

Closed shadeven closed 9 years ago

shadeven commented 9 years ago

Add "IF NOT EXISTS" as part of the CREATE TABLE statement as an optional condition. Please refer the link here.