5
4

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 5 years have passed since last update.

rails database.ymlで利用できる主な接続パラメーター

Posted at

railsの初学者なので、メモを残していきます。
ベテランの方々には申し訳ないくらい初歩的ですが、ご容赦ください!

#database.ymlでの主なパラメーター

パラメーター 概要
adapter 接続するデーターベースの種類
database データベース名
host ホスト名・IPアドレス
port ポート番号
pool 確保する接続プール
timeout 接続のタイムアウト時間(ミリ秒)
encoding 使用する文字コード
username ユーザー名
password
socket ソケット

###参考
Ruby on Rails4 アプリケーションプログラミング

###追記:英単語アプリmikanのAndroidでのβ配布始めました。
mikan Android β配信
フィードバックお待ちしております。

5
4
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
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?