Skip to content

release-0.4.0

Compare
Choose a tag to compare
@davidecavestro davidecavestro released this 06 Apr 06:23
· 5 commits to master since this release

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