SQLite Query builder for creating tables in a database

729 views Asked by At

Is there any method in the Android API of making the developers life easier when creating a table and fields?

Something like SQLiteQueryBuilder that could allow for easily building CREATE TABLE *... statements with many fields from a String array perhaps.

Or is a raw SQL string the only way to go?

0

There are 0 answers