SQLiteの履歴

コマンドラインクライント

% sqlite hoge.db

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


MySQLでいうshow tables

sqlite> SELECT * FROM sqlite_master;