0.5.0 (2022-03-12)
We are happy to release this update which brings a long awaited feature: import and export (currently only on MySQL)!
A big thank you goes to Giulio Ganci, without his hard work we would not have this feature yet.
Another thanks goes to Topollo who introduced connection string support on PostgreSQL.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Don't forget to report bugs or send us feedback, this will allow us to build a more stable and complete application.
Features
- MySQL: Export schema to sql dump file
- MySQL: Import from sql dump files
- PostgreSQL: Support for local and server connection strings (6305752)
Bug Fixes
- Wrong schema and table size on explore bar (4479a96)
- Wrong soft sort algorithm for numeric fields, closes #199 (763be85)