Skip to content

Releases: davidecavestro/jdbsee

release-0.4.1

06 Apr 19:25
Compare
Choose a tag to compare

Bugfixes

  • Fixed detection of query type (select vs ddl) for sql session

Download jdbsee

release-0.4.0

06 Apr 06:23
Compare
Choose a tag to compare

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 hit ENTER to exit

Download jdbsee

release-0.3.0

28 Mar 05:23
Compare
Choose a tag to compare

Enhancements

  • automatic width for results table
  • interactive shell: support for multiline commands

Download jdbsee

release-0.2.0

27 Mar 04:28
Compare
Choose a tag to compare

Features

  • new interactive shell
    • type jdbsee shell to open a shell
    • hit TAB to get a list of available commands
    • use left/right arrows or TAB to navigate through available commands, or type some chars to filter by name
    • hit ENTER to automatically type the selected command, then ENTER again to execute it or TAB for further hints
  • published .deb installer
  • published .rpm installer

Download jdbsee

0.1.0

20 Mar 04:01
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This is the first release of jdbsee CLI, a simple tool for db operations over jdbc.