dflourusso / expo-sqlite-orm

Expo SQLite ORM
132 stars 34 forks source link

BaseModel.createTable() #22

Closed aekryz1993 closed 4 years ago

aekryz1993 commented 4 years ago

Hello,

how to check if table is exist?

dflourusso commented 4 years ago

Hello, the createTable method will already automatically check it the table already exists

See