Skip to content

Simple command line application to execute SQL commands in terminal

License

Notifications You must be signed in to change notification settings

edgardleal/sqlshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published