0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Sqlite 学習メモ

Last updated at Posted at 2021-05-23

#特定のテーブルのカラムの確認

pragma table_info('テーブル名')

#カラム名を表示させる

.heraders ON

このコマンドをsqliteのコンソール上で打つ

#Railsアプリからsqliteに接続する方法

rails dbconsole

#sqlite本体のconfigの一覧を取得

.show

#...>から脱出できない時

;

セミコロンからのからのenterを押すと脱出できる

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?