Releases: davidecavestro/jdbsee
Releases · davidecavestro/jdbsee
release-0.4.1
release-0.4.0
New features
- new sql session shell. In order to execute multiple queries within the same sql session:
- use the
jdbsee connect
command to open the interactive sql session
(i.e.jdbsee connect -d "com.h2database:h2:1.4.196" -l "jdbc:h2:mem:test"
) - type your query and hit ENTER for every query
- use
up
/down
arrows to navigate into the history - type
quit
and hitENTER
to exit
- use the
release-0.3.0
release-0.2.0
Features
- new interactive shell
- type
jdbsee shell
to open a shell - hit
TAB
to get a list of available commands - use
left
/right
arrows orTAB
to navigate through available commands, or type some chars to filter by name - hit
ENTER
to automatically type the selected command, thenENTER
again to execute it orTAB
for further hints
- type
- published .deb installer
- published .rpm installer
0.1.0
This is the first release of jdbsee CLI, a simple tool for db operations over jdbc.