Simple command line application to execute SQL commands in terminal
To compile you will need to have the following tools:
- java/javac ( jdk8 > )
- Maven ( mvn ) 3 >
- make ( optional )
mvn compile
mvn package
make install
./run.sh alias 'Select * from table'
./run.sh alias
will open vim to create SQL command in a temporary file