An easy-to-use lightweight SQLite 3 library written in Objective-C for Mac OS and iOS 4+ that will build SQL statements and manage database connections, plus an active record based ORM.
157
stars
38
forks
source link
Added IF NOT EXISTS to the table creation statement to avoid throwing an... #24
... exception if a table already exists
Changes:
IF NOT EXISTS
to the db table creationstatement
builder method ofZIMSqlCreateTableStatement
.