HenPlus is a SQL shell that can handle multiple sessions in parallel. The commandline interface with the usual history functions features TAB-completion for commands, tables and columns. Database connect via JDBC.
Right now, the jdbc-drivers and plugins are loaded by
the system classloader. This should be replaced by
classloaders that can load/unload these parts at runtime.
Right now, the jdbc-drivers and plugins are loaded by the system classloader. This should be replaced by classloaders that can load/unload these parts at runtime.