An open API service indexing awesome lists of open source software.

https://github.com/edgardleal/sqlshell

Simple command line application to execute SQL commands in terminal
https://github.com/edgardleal/sqlshell

bash database java sqlshell swift

Last synced: 7 months ago
JSON representation

Simple command line application to execute SQL commands in terminal

Awesome Lists containing this project

README

          

# 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