SQLiteの履歴

コマンドライン

% sqlite hoge.db

sqlite> .q  #終了
sqlite> .help  #ヘルプ

SQL文法とか

MySQLでいうshow tables

sqlite> SELECT * FROM sqlite_master;