Skip to content

Commit c3f5eba

Browse files
Update the description of when SQLite might make sense as the configured database [ci skip] (rails#52639)
* Update the description of when SQLite might make sense as the configured database * Update configuring.md Co-authored-by: Rafael Mendonça França <[email protected]>
1 parent b5fe9ec commit c3f5eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3335,7 +3335,7 @@ Now the behavior is clear, that we are only using the connection information in
33353335

33363336
#### Configuring an SQLite3 Database
33373337

3338-
Rails comes with built-in support for [SQLite3](http://www.sqlite.org), which is a lightweight serverless database application. While a busy production environment may overload SQLite, it works well for development and testing. Rails defaults to using an SQLite database when creating a new project, but you can always change it later.
3338+
Rails comes with built-in support for [SQLite3](http://www.sqlite.org), which is a lightweight serverless database application. While Rails better configures SQLite for production workloads, a busy production environment may overload SQLite. Rails defaults to using an SQLite database when creating a new project, but you can always change it later.
33393339

33403340
Here's the section of the default configuration file (`config/database.yml`) with connection information for the development environment:
33413341

0 commit comments

Comments
 (0)