yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Create Table/View SQL [4.0] #271

Closed sbosley closed 7 years ago

sbosley commented 7 years ago

Add getCreateTableSql and getCreateViewSql methods to Table and View. This makes it easier for users to use our code generation/model objects for defining schemas and building SQL statements more easily without committing to using SquidDatabase as the DAO.