sqlite> .databases
seq name file
--- ----- ---------------------------------------------
0 main /data/data/com.wenchen.SQLiteDemo/databases/applicationdat
1 temp
sqlite> .tables %android%
android_metadata
CREATE
statements.
If table
specified, only show tables matching a like pattern table
.
For example,
sqlite> .schema
CREATE TABLE android_metadata (locale TEXT);
CREATE TABLE comments (
_id integer primary key autoincrement,
comment text not null );
“Music is ... A higher revelation than all Wisdom & Philosophy” ― Ludwig van Beethoven |