LoginSignup
4
3

More than 5 years have passed since last update.

kobitoのDBからqiita投稿をバックアップ

Last updated at Posted at 2014-04-12

バックアップ取得

sqliteに接続

sqlite3 ~/Library/Kobito/Kobito.db

sqliteに接続後

.output kobitobak.txt
select * from ZITEM;
.exit

sqliteのコマンド

テーブル一覧

.tables

ZITEMのテーブル構造

.schema ZITEM

終了

.exit

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3