Skip to content

Commit

Permalink
Merge pull request #308 from joyofrails/feat/embed-sqlite-poll
Browse files Browse the repository at this point in the history
Re-instate SQLite on Rails poll
  • Loading branch information
rossta authored Dec 7, 2024
2 parents a81bd27 + 1b8374d commit 65776ee
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 next 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 65776ee

Please sign in to comment.