mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixing some comma and grammar problems in the note about SQLite3 and other database configurations
This commit is contained in:
parent
23d277476a
commit
36d1e90e22
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ development:
|
|||
timeout: 5000
|
||||
</yaml>
|
||||
|
||||
NOTE: In this guide we are using an SQLite3 database for data storage, this is because it is a zero configuration database that just works. Rails also supports MySQL and PostgreSQL "out of the box", and has plugins for many database systems, if you are using a database in a production environment, Rails most likely has an adapter for it.
|
||||
NOTE: In this guide we are using an SQLite3 database for data storage, because it is a zero configuration database that just works. Rails also supports MySQL and PostgreSQL "out of the box", and has plugins for many database systems. If you are using a database in a production environment Rails most likely has an adapter for it.
|
||||
|
||||
h5. Configuring a MySQL Database
|
||||
|
||||
|
|
Loading…
Reference in a new issue