aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authoriangilfillan <github@greenman.co.za>2016-04-14 14:06:29 +0200
committeriangilfillan <github@greenman.co.za>2016-04-14 14:06:29 +0200
commit48ef9408bcd6c29807dbaeb5b9fc39ba5a851063 (patch)
tree3a3a0acbf1694df5323eaa79fc1f7ec83bf87b40 /guides/source/command_line.md
parent4440df10a051d7d8ea2da6fdaa2e57342c2e027e (diff)
downloadrails-48ef9408bcd6c29807dbaeb5b9fc39ba5a851063.tar.gz
rails-48ef9408bcd6c29807dbaeb5b9fc39ba5a851063.tar.bz2
rails-48ef9408bcd6c29807dbaeb5b9fc39ba5a851063.zip
MariaDB Documentation
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 62d742fc28..0905c4bd16 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -326,7 +326,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 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 (including MariaDB), PostgreSQL and SQLite3.
INFO: You can also use the alias "db" to invoke the dbconsole: `rails db`.