Skip to content

Commit

Permalink
Re-instate SQLite on Rails poll
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Dec 7, 2024
1 parent a81bd27 commit cf35488
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ It’s basically this: computers have gotten faster, and Rails has finally figur

With the recent release of Rails 8, it’s easier than ever to choose SQLite as your primary database for production. The question is, _should you?_

<%= render Share::Polls::LazyPagePoll.new(Current.page, "SQLite on Rails Live Poll", "How likely are you to use SQLite in your Rails app?" => ["Definitely! 🎸", "Strongly considering 💪", "On the fence ⚖️", "Maybe, but not likely 👻", "No way 🚫"]) %>

## SQLite3::Database.open

[Joy of Rails](/) has run on SQLite since launch, and I have been very happy with my choice—I plan to keep it that way. But SQLite isn’t for everyone.
Expand Down

0 comments on commit cf35488

Please sign in to comment.