Skip to content

v4.0

Compare
Choose a tag to compare
@01001101CK 01001101CK released this 15 Dec 16:07
· 656 commits to main since this release
3036919

This version includes easy to use features such as undo/redo, query generation, and overall improved UI to enhance user workflow.

What's new?

On the surface

  • Improved user sign up/login
  • User database saving + reloading
  • Dynamic handle placements on table relationships
  • Added MySQL remote connections
  • Streamlined table/column creation
  • Undo/redo functionality
  • Query generation + export

Under the Hood

  • Improved testing coverage
  • Increased reusability of SQL parser
  • Refactored state management to better utilize Zustand hooks and stores
  • Repaired page routing bugs
  • Configured SSL for mySQL remote connections
res.sendFile(path.join(__dirname, '../../dist/index.html'));

New Contributors