https://github.com/peter-gergely-horvath/blau-sql
BlauSQL: a menu-oriented TEXT mode JDBC database client
https://github.com/peter-gergely-horvath/blau-sql
Last synced: 3 months ago
JSON representation
BlauSQL: a menu-oriented TEXT mode JDBC database client
- Host: GitHub
- URL: https://github.com/peter-gergely-horvath/blau-sql
- Owner: peter-gergely-horvath
- License: apache-2.0
- Created: 2017-08-14T20:06:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T12:38:57.000Z (6 months ago)
- Last Synced: 2025-01-08T21:16:40.926Z (5 months ago)
- Language: Java
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlauSQL: a TEXT mode, menu-oriented JDBC database client
BlauSQL is a lightweight, TEXT mode, universal JDBC database client,
with an easy to use menu-oriented user interface.It can run in the terminal of every Unix-like system, where Java is installed and can connect to
any database which has a JDBC driver. Ideal if you need to run a couple of quick queries
in an SSH session, but prefer menu-oriented user interfaces.JDBC connection details can be saved, so connecting to your database requires only two keystrokes,
to select the database to connect to from the menu, after which you can immediately start
writing your query.