Skip to content

Commit

Permalink
chore: install steps + clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jul 5, 2024
1 parent f1b18ad commit d8d4553
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ sql-studio mysql [url]
sql-studio duckdb [duckdb_file]
```

### ClickHouse Server (Partial Support)

```bash
sql-studio clickhouse [URL] [USER] [PASSWORD] [DATABASE]
```

## Features

- Overview page with common metadata.
Expand Down Expand Up @@ -65,13 +71,13 @@ More features available on the [releases page](https://github.com/frectonz/sql-s
### Install prebuilt binaries via shell script (MacOS and Linux)

```bash
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.19/sql-studio-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.20/sql-studio-installer.sh | sh
```

### Install prebuilt binaries via powershell script

```powershell
powershell -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.19/sql-studio-installer.ps1 | iex"
powershell -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.20/sql-studio-installer.ps1 | iex"
```

### Updating
Expand Down

0 comments on commit d8d4553

Please sign in to comment.