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
- Host: GitHub
- URL: https://github.com/edgardleal/sqlshell
- Owner: edgardleal
- License: mit
- Created: 2016-02-16T13:52:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T17:40:18.000Z (over 8 years ago)
- Last Synced: 2025-03-02T23:26:01.531Z (12 months ago)
- Topics: bash, database, java, sqlshell, swift
- Language: Java
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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