I need to manipulate a database from Linux command-line. I already have JDBC drivers for the database (specifically DerbyDB). Now I need some sort of command-line or NCurses based tool for Linux.

I just need to issue some basic and simple INSERT/UPDATE/DELETE statements, nothing fancy. Are there any such tools? All the better if the tools are already packaged for Fedora.

link|improve this question

40% accept rate
feedback

1 Answer

Here is a good reference to various sql utilities.

Of these I've only used sqlshell and it did what you e.g. sql from the command line. It's java based so you will need a java 6 jre to use it. The jar file version has a gui for installation so you might want the zip version.

Henplus also looks like it would do what you want.

I've not seen any of them in the repos.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.