Skip to content

dbSpy v8.0

Latest
Compare
Choose a tag to compare
@vyue013 vyue013 released this 28 Apr 20:24
1d7412b

New and Enhanced Features in dbSpy 8.0:

Test New Query Page - a modern querying interface

  • Run SQL queries against PostgreSQL or MySQL DBs
  • Live results + metadata: execution time, query name, timestamp
  • Zustand-powered state management
  • Input validation and error handling
  • Component-level Jest + React Testing Library tests

View Saved Queries Page

  • Access previously saved queries per user
  • Sortable, styled tables with TypeScript typing
  • Track query performance across data models

UI / UX Enhancements

  • TailwindCSS redesign: colors, layout, interactions
  • Responsive and fully supported dark/light mode
  • Logo animation integrated in navbar
  • Sidebar and tab layout fixes

Functional Fixes

  • Resolved layout shift bugs
  • Optimized backend response handling
  • OAuth (GitHub + local login)

New Contributors