0.0
The project is in a healthy, maintained state
Lite Queen is an open-source SQLite database management software for Ruby on Rails projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

 Project Readme

SolidLitequeen

Lite Queen is a Rails engine that allows you to manage SQLite databases in your Rails application. It provides a user-friendly interface to view and maintain your SQLite data directly from your app.

Installation

Add this line to your application's Gemfile:

gem "solid_litequeen"

And then execute:

$ bundle

Or install it yourself as:

$ gem install solid_litequeen

After we need to mount in routes.rb:

mount SolidLitequeen::Engine => "/sqlite"

You can now navigate to /sqlite to access the application

Authentication

The application inherits from your ApplicationController and with it the authentication system you have in your application.

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.