V0.18.1 - Bug fix
- Fixed issue with sorted table rows not displaying properly after schema changes on the database.
Mount the engine into your Rails app and start managing your SQLite databases
What's new?
Added support for enum fields from your Rails models, ie, now you can see which enum state corresponds to the saved value in case you have integer enums for example.
Added support for dark theme(it uses your system preference)
Foreign key data now loads in a popup
Text columns with large contents are loaded in their popup
Simple database backup with SQLite VACUUM for small databases
Datetime fields now show the browser local time on hover
Added column reordering. The ordering gets persisted. Helpful for those freshly migrated columns
š£