The Wayback Machine - http://web.archive.org/web/20200905103240/https://github.com/edgardleal/sqlshell/
Skip to content
master
Go to file
Code

Latest commit

  This feature will improve the way of put new features in application as
commands .
4398fc6

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

sqlshell

Simple command line application to execute SQL commands in terminal

Building

To compile you will need to have the following tools:

  • java/javac ( jdk8 > )
  • Maven ( mvn ) 3 >
  • make ( optional )

Compiling

mvn compile

Building

mvn package

Installing ( if you want use make )

make install

Executing

./run.sh alias 'Select * from table'

./run.sh alias will open vim to create SQL command in a temporary file

About

Simple command line application to execute SQL commands in terminal

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.