sql-studio icon indicating copy to clipboard operation
sql-studio copied to clipboard

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

Results 17 sql-studio issues
Sort by recently updated
recently updated
newest added

## Request for Endpoint to Provide Table and Column Names for Autosuggestion ### Body Hi @frectonz, I have a few days to implement autosuggestion to the text editor. Currently, I...

Hey @frectonz as title says, is Homebrew package is planned?

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.27/sql-studio-installer.sh | sh ERROR: there isn't a download for your platform aarch64-unknown-linux-gnu

unfulfilled-build-target

Thank you for this wonderful tool! I've been using it lately to analyze some humongous (at least by my standards 😅) SQLite files, and it has been holding up quite...

enhancement

Having a desktop version would be great: https://tauri.app/

enhancement

This is a tracking image where I'm looking at how I'd be able to run this with as-lightweight-as-possible a Docker image. Related: #32 ## Chainguard static image ```dockerfile FROM cgr.dev/chainguard/static:latest...

After #16, I've been looking to deploy the `sql-studio` binary alongside a static Go binary in an Alpine container, when I noticed that the binary does not run: ``` ERRO...

unfulfilled-build-target

``` 2024-07-06T03:42:35.648701Z INFO sql_studio::sqlite: found 13 tables in C:\Users\o_oll\databases\ama-database 2024-07-06T03:42:35.692703Z INFO sql_studio: tried to open in browser: Ok(()) 2024-07-06T03:42:35.693585Z INFO Server::run{addr=127.0.0.1:3030}: warp::server: listening on http://127.0.0.1:3030 2024-07-06T03:42:36.687915Z ERROR sql_studio::handlers: error while...

bug

It would be nice if could have the ability to have customized overview instead of the default one. A possible implementation can be a `yaml` or `json` file containing data...

enhancement

I.e. via [this query](https://gitlab.com/tanna.dev/renovate-config-sqlite/#which-repos-are-using-which-pieces-of-configuration) I'm looking at using `group_concat` with SQLite to produce a newline-delimited output like: ```sql select json_each.key as configuration_key, group_concat( platform || '/' || organisation || '/'...

enhancement