aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2016-02-04 09:23:11 +0900
committerRyuta Kamizono <kamipo@gmail.com>2016-02-04 09:23:11 +0900
commitc9feea6c9ab4494b0cb0b8cf4316847854f65af6 (patch)
tree74bda5eba0d49ce7109cda59349351c066b5410b /guides/source/command_line.md
parentc85a4f1f0f72f11af886714a724b965c38e4cdaf (diff)
downloadrails-c9feea6c9ab4494b0cb0b8cf4316847854f65af6.tar.gz
rails-c9feea6c9ab4494b0cb0b8cf4316847854f65af6.tar.bz2
rails-c9feea6c9ab4494b0cb0b8cf4316847854f65af6.zip
SQLite 2 support has been dropped [ci skip]
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index e87ed02ca5..e865a02cbd 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -325,7 +325,7 @@ With the `helper` method it is possible to access Rails and your application's h
### `rails dbconsole`
-`rails dbconsole` figures out which database you're using and drops you into whichever command line interface you would use with it (and figures out the command line parameters to give to it, too!). It supports MySQL, PostgreSQL, SQLite and SQLite3.
+`rails dbconsole` figures out which database you're using and drops you into whichever command line interface you would use with it (and figures out the command line parameters to give to it, too!). It supports MySQL, PostgreSQL and SQLite3.
INFO: You can also use the alias "db" to invoke the dbconsole: `rails db`.