https://github.com/kivs/solid_litequeen
Lite Queen is a Rails engine that allows you to manage SQLite databases in your Rails application.
https://github.com/kivs/solid_litequeen
ruby-on-rails sqlite web-ui
Last synced: 8 months ago
JSON representation
Lite Queen is a Rails engine that allows you to manage SQLite databases in your Rails application.
- Host: GitHub
- URL: https://github.com/kivs/solid_litequeen
- Owner: kivS
- License: mit
- Created: 2025-02-04T12:15:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T09:23:02.000Z (about 1 year ago)
- Last Synced: 2025-04-15T10:30:02.222Z (about 1 year ago)
- Topics: ruby-on-rails, sqlite, web-ui
- Language: JavaScript
- Homepage: https://solid.litequeen.com/
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE
Awesome Lists containing this project
README
# 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:
```ruby
gem "solid_litequeen"
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install solid_litequeen
```
After we need to mount in `routes.rb`:
```ruby
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](https://opensource.org/licenses/MIT).