Change Log
1.0.0-beta.7 2022-06-22
- Workspace: refresh db list & table data
- Workspace: improve performance of table data
- Remote & Connection: delete saved items
- Mist: disable history back
- Mist: show error message when something goes wrong
- Fix: refresh connection page
- Fix: back to connection page with remote when connection lost
- Fix: previous render task not stopped before new render
- Fix: pagination visibility & count correction
- Fix: current record & edit & delete
1.0.0-beta.6 2022-05-26
- Fix: display issues on several data type
- Fix: conneciton storage issues on Linux
1.0.0-beta.5 2022-05-26
- Fix: conneciton storage issues on Linux
- Fix: error with
zerofill
andon update
when parsing SQL statements
1.0.0-beta.4 2022-05-25
- Mist: add server mode and client mode
- Mist: replace
node-sql-parser
with self-implemented@moondb/sql-parser
- Workspace: scroll to bottom when creating new data row
1.0.0-beta.1 2022-05-21
- Connection: encrypt connection information before save
- Workspace: create row & Edit table data value
- Workspace: add button to refresh current data
- Sidebar: highlight current table
- Fix: rpc issue
1.0.0-beta.0 2022-05-13
This is the initial release:
- Connect to MySQL database
- Remember connections
- Show databases and tables
- Show table structure
- Basic query of table data
- Raw query