You may also like to look at "SQL Workbench", which comes with a command-line flavour, as well as a nice GUI version, or "HenPlus".
http://www.sql-workbench.net/ http://henplus.sourceforge.net/ I use these regardless of the database backend I happen to be using. Cheers Kerry On Thu, Dec 3, 2009 at 5:58 AM, David Brown <[email protected]> wrote: > On Wed, Dec 02, 2009 at 02:02:18AM -0800, David Brown wrote: > >On Wed, Dec 02, 2009 at 01:40:12AM -0800, Dirk wrote: > > > >>Do you plan to implement this feature? It would be useful for all > >>those (like me) who prefer a command line interface. > > > >You might give jline or rlwrap a try. No real reason to add this > >functionality to every program that queries for input. > > I don't think it is commonly realized that jline is intended to be > used directly with existing command line programs, and doesn't > require them to be modified in any way: > > java jline.ConsoleRunner org.h2.tools.Shell ... > > just add the ConsoleRunner to the arguments before the shell. > > David > > -- > > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<h2-database%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
