Skip to content

Commit b17f664

Browse files
committed
chore: remove duckdb from supported drivers
1 parent e28384d commit b17f664

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
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*, *DuckDB* and *Microsoft SQL Server*.
5+
Single binary, single command SQL database explorer. SQL studio supports *SQLite*, *libSQL*, *PostgreSQL*, *MySQL*, and *Microsoft SQL Server*.
66

77
### Local SQLite DB File
88

@@ -34,12 +34,6 @@ 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-
4337
### ClickHouse Server (Partial Support)
4438

4539
```bash

0 commit comments

Comments
 (0)