boomadmin - MySQL db explorer with SQL builder
- Clone repo
yarn installcp config.example.json config.jsonand add db credentialsyarn buildto build frontend assetsyarn startto run server
- Automatic foreign key as links
- Maps id columns to readable names as links e.g user_id -> user(id=user_id).name
- Detailed view shows
Referenced Bypane with counts so related tables are easily found.
- Some way of authentication
- Ability to delete and update
- Ability to run RAW SQL statements (can be turned on via config)
- Ability to import/export .sql, .cvs, .json files
- More enhancements to SQL builder & SQL Emitter
- Simple charting