Fraol Lemecha
Fraol Lemecha
I've completed the implementation of the autocomplete route and made some structural changes: ``` GET /autocomplete { tables: [ { table_name: "test", columns: ["id", "name"] } ] } ``` To...
That is not planned yet.
We currently don’t have the necessary tooling for internationalization. We will first need to implement that. So that we can add new languages easily with the translations defined in a...
Will leave it open until I have released a new version and updated `nixpkgs`.
We do have pre built binaries available on the [releases page](https://github.com/frectonz/sqlite-studio/releases). We also have a version on [Docker Hub](https://hub.docker.com/r/frectonz/sqlite-studio) but that docker image only allows you to view a sample...
A docker image for SQL Studio is available on the Docker Hub. https://hub.docker.com/r/frectonz/sql-studio The `sql-studio` binary can be found at the path `/bin/sql-studio` in the docker image. This binary can...