How to install Solid Litequeen in your Rails app?

Published on Mar 25, 2025

Solid litequeen can be installed in your Rails app as a mountable gem.

  1. Add gem to your Gemfile:

    gem 'solid_litequeen'
  2. Install it:

    bundle install
  3. Mount the engine in your routes.rb:

    Rails.application routes draw do # ... mount SolidLitequeen:: Engine, at: "/sqlite" # ...
  4. That's it. You can now open /sqlite in your browser to access the application