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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,8 @@ I tried to use some existing TUI's for SQL, but they were not intuitive for me a
35
35
36
36
sqlit is a lightweight SQL Server 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 is designed to make it easy and enjoyable to access your data, not painful.
37
37
38
-
It also comes with a CLI, so you can access your data without any interface at all. This comes in especially handy if you want to use AI to write queries for you.
38
+
It also comes with a CLI, so you can manage your connections and access your data programmatically.
39
39
40
-
Example prompt: "Use the sqlit cli to show me the users with the most orders."
0 commit comments