https://github.com/reflexdemon/sqlrunner
A CLI utility to run SQL commands
https://github.com/reflexdemon/sqlrunner
Last synced: about 1 year ago
JSON representation
A CLI utility to run SQL commands
- Host: GitHub
- URL: https://github.com/reflexdemon/sqlrunner
- Owner: reflexdemon
- Created: 2014-09-23T02:32:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T10:19:41.000Z (over 9 years ago)
- Last Synced: 2025-01-05T00:28:30.278Z (over 1 year ago)
- Language: Java
- Size: 2.88 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SQLRunner
=========
A CLI utility to run SQL commands
use `mvn package` command to build the jar.
use `mvn exec:exec` command to run the jar.
use `mvn clean package exec:exec` to run the project in a single command.