sql-studio

SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, DuckDB, ClickHouse]

MIT License

Stars
2.3K
Committers
7

Bot releases are visible (Hide)

sql-studio - 0.1.7

Published by github-actions[bot] 4 months ago

Install sqlite-studio 0.1.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sqlite-studio/releases/download/0.1.7/sqlite-studio-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/frectonz/sqlite-studio/releases/download/0.1.7/sqlite-studio-installer.ps1 | iex"

Download sqlite-studio 0.1.7

File Platform Checksum
sqlite-studio-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
sqlite-studio-x86_64-apple-darwin.tar.xz Intel macOS checksum
sqlite-studio-x86_64-pc-windows-msvc.zip x64 Windows checksum
sqlite-studio-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
sql-studio - 0.1.6

Published by frectonz 4 months ago

Implemented libSQL Suppot

ray-so-export

sql-studio - 0.1.5

Published by frectonz 4 months ago

Dark Mode Support

Implemented in #10

image

image

image

sql-studio - 0.1.4

Published by frectonz 4 months ago

Changelog

  • Try to automatically open the URL in a browser. #9
  • Compact number formatting in the y axis of the bar chart. #7 #8
  • Quote table names #4
sql-studio -

Published by frectonz 4 months ago

Changelog

  • Add a favicon
  • Open the database in read only mode
  • Query params reflect the table name
  • A preview command
sqlite-studio preview
sql-studio - 0.1.2

Published by frectonz 4 months ago

Changelog

Check that the path provided point to an SQLite DB.

image


Add an error fallback component.

image


Add a page not found component.

image


Format numbers with commas.

image


Implement infinite query pagination.

infinite

More changes

  • Optimization: don't calculate table size for large DBs.
  • Implement skeleton loading UI for every page.
sql-studio - 0.1.1

Published by frectonz 4 months ago

Query page has been implemented. 🥳

image

query

sql-studio - First Release

Published by frectonz 4 months ago

first release 🎉

image
image