Releases: open-source-labs/dbSpy
dbSpy v5.0
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
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
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'));