SolidLitequeen
Solid 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:
$ bundleOr install it yourself as:
$ gem install solid_litequeenAfter 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.