You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Firebird support
* Initial stab at a test suite
* Guarantee commits
* Fix failing primary key test
* Dummy methods to get the tests mostly passing again
* Configure a sequence, trigger, and index
* Implementations for everything other than indexes
* Index support
* Don't allow system indices to leak out
* Update docs
* Fixes
* Fix docker detection
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# sqlit
2
2
3
-
**The lazygit of SQL databases.** Connect to Postgres, MySQL, SQL Server, SQLite, ClickHouse, Supabase, Turso, and more from your terminal in seconds.
3
+
**The lazygit of SQL databases.** Connect to Postgres, MySQL, SQL Server, SQLite, ClickHouse, FirebirdSQL, Supabase, Turso, and more from your terminal in seconds.
4
4
5
5
A lightweight TUI for people who just want to run some queries fast.
6
6
@@ -23,7 +23,7 @@ A lightweight TUI for people who just want to run some queries fast.
23
23
24
24
-**Connection manager UI** - Save connections, switch between databases without CLI args
25
25
-**Just run `sqlit`** - No CLI config needed, pick a connection and go
26
-
-**Multi-database out of the box** - SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, Oracle, DuckDB, CockroachDB, ClickHouse, Supabase, Turso - no adapters to install
26
+
-**Multi-database out of the box** - SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Supabase, Turso - no adapters to install
27
27
- Connect directly to database docker container
28
28
-**SSH tunnels built-in** - Connect to remote databases securely with password or key auth
29
29
-**Vim-style editing** - Modal editing for terminal purists
@@ -48,7 +48,7 @@ The problem got severely worse when I switched to Linux and had to rely on VS CO
48
48
49
49
I tried to use some existing TUI's for SQL, but they were not intuitive for me and I missed the immediate ease of use that other TUI's such as Lazygit provides.
50
50
51
-
sqlit is a lightweight database TUI that is easy to use and beautiful to look at, just connect and query. It's for you that just wants to run queries toward your database without launching applications that eats your ram and takes time to load up. Sqlit supports SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, Oracle, DuckDB, CockroachDB, ClickHouse, Supabase, and Turso, and is designed to make it easy and enjoyable to access your data, not painful.
51
+
sqlit is a lightweight database TUI that is easy to use and beautiful to look at, just connect and query. It's for you that just wants to run queries toward your database without launching applications that eats your ram and takes time to load up. Sqlit supports SQL Server, PostgreSQL, MySQL, SQLite, MariaDB, FirebirdSQL, Oracle, DuckDB, CockroachDB, ClickHouse, Supabase, and Turso, and is designed to make it easy and enjoyable to access your data, not painful.
**Note:** SQL Server also requires the platform-specific ODBC driver. On your first connection attempt, `sqlit` can help you install it if it's missing.
0 commit comments