5 ms·
Anyone who is looking at using SQLIte + Rails should check out the work done by Oldmoe (X/Github) on his Litestack project. Here's the intro paragraph: "Litest
by richjdsmith 2y ago
Anyone who is looking at using SQLIte + Rails should check out the work done by Oldmoe (X/Github) on his Litestack project.
Here's the intro paragraph: "Litestack is a Ruby gem that provides both Ruby and Ruby on Rails applications an all-in-one solution for web application data infrastructure. It exploits the power and embeddedness of SQLite to deliver a full-fledged SQL database, a fast cache , a robust job queue, a reliable message broker, a full text search engine and a metrics platform all in a single package."
I'm currently using it on a project and can't say enough good things about it!
https://github.com/oldmoe/litestack https://github.com/oldmoe/litestack
- rcaught 2y agoRails 8 will by default use the DB for cache, queues and WebSocket broadcasting - https://fly.io/ruby-dispatch/the-plan-for-rails-8/ https://fly.io/ruby-dispatch/the-plan-for-rails-8/
- sharps_xp 2y agothough, sqlite will not be used for the websocket broadcasting
- fractaledmind 2y agoNot so fast https://github.com/rails/rails/pull/52889 https://github.com/rails/rails/pull/52889