Skip to content

Commit 3365157

Browse files
committed
Revert "chore: remove duckdb from supported drivers"
This reverts commit b17f664.
1 parent 3aeb40c commit 3365157

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# SQL Studio
44

5-
Single binary, single command SQL database explorer. SQL studio supports *SQLite*, *libSQL*, *PostgreSQL*, *MySQL*, and *Microsoft SQL Server*.
5+
Single binary, single command SQL database explorer. SQL studio supports *SQLite*, *libSQL*, *PostgreSQL*, *MySQL*, *DuckDB* and *Microsoft SQL Server*.
66

77
### Local SQLite DB File
88

@@ -34,6 +34,12 @@ sql-studio postgres [url]
3434
sql-studio mysql [url]
3535
```
3636

37+
### Local DuckDB File
38+
39+
```bash
40+
sql-studio duckdb [duckdb_file]
41+
```
42+
3743
### ClickHouse Server (Partial Support)
3844

3945
```bash

0 commit comments

Comments
 (0)