Skip to content

Commit b7b5c11

Browse files
authored
Update README.md
1 parent 7be13ad commit b7b5c11

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
---
2626

2727
### Connect
28-
Supports all major databases: SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Snowflake, Supabase, CloudFlare D1, Turso, and Athena.
28+
Supports all major databases: SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Snowflake, Supabase, CloudFlare D1, Turso, Athena, BigQuery and Redshift.
2929

3030
![Database Providers](demos/demo-providers.gif)
3131

@@ -35,7 +35,7 @@ Syntax highlighting. History. Vim-style keybindings.
3535
![Query History](demos/demo-history.gif)
3636

3737
### Results
38-
Load millions of rows. Inspect data, filter by content, fuzzy search, no more squinting eyes looking for what you need!
38+
Load millions of rows. Inspect data, filter by content, fuzzy search.
3939

4040
![Filter results](demos/demo-filter/demo-filter.gif)
4141

@@ -56,6 +56,8 @@ Automatically finds running database containers. Press 'Enter' to connect, sqlit
5656

5757
**Docker integration:** Auto-detect running database containers
5858

59+
**Cloud CLI integration:** Easily browse and connect to your external databases through Azure, AWS and GCP CLI's
60+
5961
**SSH tunnels:** Connect to remote databases securely with password or key auth
6062

6163
**Secure credentials:** Passwords stored in your OS keyring
@@ -70,7 +72,7 @@ Automatically finds running database containers. Press 'Enter' to connect, sqlit
7072

7173
**Browse databases:** Tables, views, procedures, indexes, triggers, sequences
7274

73-
**Autocomplete:** Tables, columns, and procedures
75+
**Autocomplete:** Sophisticated SQL completion engine for tables, columns, and procedures
7476

7577
**CLI mode:** Execute SQL from the command line
7678

@@ -82,7 +84,7 @@ Automatically finds running database containers. Press 'Enter' to connect, sqlit
8284

8385
## Motivation
8486

85-
Throughout my career, the undesputed truth was that SSMS was the only respectable way to access a database. It didn't matter that I wasn't a DBA, or that I didn't need complex performance graphs. I was expected to install a gigabyte-heavy behemoth that took ages to launch all for the mere purpose of running a few queries to update and view a couple of rows.
87+
Throughout my career, the undesputed truth was that heavy GUI's like SSMS was the only respectable way to access a database. It didn't matter that I wasn't a DBA, or that I didn't need complex performance graphs. I was expected to install a gigabyte-heavy behemoth that took ages to launch all for the mere purpose of running a few queries to update and view a couple of rows.
8688

8789
When I switched to Linux, I was suddenly unable to return to the devil I know, and I asked myself: _how do I access my data now?_
8890

0 commit comments

Comments
 (0)