Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork115
SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, ClickHouse, DuckDB, Microsoft SQL Server]
License
frectonz/sql-studio
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Single binary, single command SQL database explorer. SQL studio supportsSQLite,libSQL,PostgreSQL,MySQL,DuckDB andMicrosoft SQL Server.
sql-studio sqlite [sqlite_db]
sql-studio libsql [url] [auth_token]
sql-studio local-libsql [database]
sql-studio postgres [url]
sql-studio mysql [url]
sql-studio duckdb [duckdb_file]
sql-studio clickhouse [URL] [USER] [PASSWORD] [DATABASE]
sql-studio mssql [connection]
- Overview page with common metadata.
- Tables page with each table's metadata.
- Queries page with more access to your db.
- Infinite scroll rows view.
- Rich SQL IntelliSense for custom queries.
More features available on thereleases page.
curl --proto'=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.46/sql-studio-installer.sh| sh
powershell-ExecutionPolicy Bypass-c"irm https://github.com/frectonz/sql-studio/releases/download/0.1.46/sql-studio-installer.ps1 | iex"
sql-studio-update
nix shell nixpkgs#sql-studio
A Docker image of SQL Studio is available onDocker Hub. The following is an example of how to run SQL Studio with the Postgres driver on port3030.
docker run -p 3030:3030 frectonz/sql-studio /bin/sql-studio \ --no-browser \ --no-shutdown \ --address=0.0.0.0:3030 \ postgres \ postgres://localhost:5432/
Before executingcargo run you need to build the UI because the rust app statically embedded the UI files in the binary.
git clone git@github.com:frectonz/sql-studio.gitcd sql-studionix develop# if you use nixcd uinpm installnpm run buildcd ..cargo run
About
SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, ClickHouse, DuckDB, Microsoft SQL Server]
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.






