View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#16
I prefer to brainstorm in an open forum. If you want to quickly get a schema, sqlite3 should already be on your device, so you can do the following:

sqlite3 <db>
.tables
.schema <table>

Also, fts should be part of the sqlite source, but I don't think it's built by default.
__________________
N9: Go white or go home
 

The Following User Says Thank You to daperl For This Useful Post: