Skip to content

Releases: open-source-labs/dbSpy

dbSpy v5.0

19 May 01:05
e1c123a
Compare
Choose a tag to compare

Enhanced Features in dbSpy 5.0:

  • In the latest version, dbSpy 5.0, we’ve introduced several exciting features to enhance your experience:

  • Expanded SQL Database Support: Enjoy broader compatibility with popular SQL databases, including PostgreSQL, MySQL, Microsoft SQL, and OracleSQL with SQLite3 nearing completion, offering more options for your database needs.

  • Visualized Data Tables: Gain improved data analysis capabilities with visual representations of your data tables.

  • Full CRUD Functionality: Experience complete control over your database with the ability to add, modify, and delete columns in schema tables and rows in data tables.

  • Table Removal Capability: Easily remove tables as needed to maintain a clean and organized database structure.

  • Streamlined User Authentication: dbSpy 5.0 now implements Google and GitHub OAuth log-ins, providing a seamless and secure user authentication process.

v4.0.1

28 Feb 21:30
7a327a6
Compare
Choose a tag to compare

What's new?

On the surface

  • Fixed foreign key bug on larger viewports
  • Fixed issue where certain users were unable to sign up
  • Improved performance of Postgres remote connection

Under the Hood

  • Implemented several server and testing improvements
  • Integrated with GitHub Actions for better continuous integration

v4.0

15 Dec 16:07
3036919
Compare
Choose a tag to compare

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