V0.19.0 - Command palette
- Filter databases and tables with a command palette
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
š£