Skip to content

samzerSQL v1.0.6

Choose a tag to compare

@samzer samzer released this 29 Jan 07:30
· 9 commits to main since this release

What's New

  • SQLite connector — Connect to local SQLite database files. Browse tables in the schema sidebar and execute SQL queries directly.

SQLite Features

  • File-based connection (just provide the path to your .db file)
  • Full SQL query support (SELECT, INSERT, UPDATE, DELETE, CREATE, etc.)
  • Schema browser with table and view listing
  • Auto-save changes to the database file

Improvements

  • Updated Windows installer with improved upgrade handling
  • Added architecture labels to download buttons on website