- Current and planned basic features:
- Connect to MySQL server using host, port, username, password, no SSL/SSH connections yet.
- Explore databases on server
- Explore tables, open multiple tables with SELECT and DESCRIBE views
- Write and execute queries
- Add a new record to a table
- Add a new table to a database
- Node >= 8.9
- yarn >= 1.7
yarn install
yarn dev