Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonota88/mysql-client-java
https://github.com/sonota88/mysql-client-java
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonota88/mysql-client-java
- Owner: sonota88
- License: mit
- Created: 2019-04-05T23:54:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T19:17:42.000Z (over 2 years ago)
- Last Synced: 2023-04-13T15:42:23.306Z (over 1 year ago)
- Language: Java
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```sh
./build.sh setup./build.sh run {config_path} {sql_path}
./build.sh package
./run.sh {config_path} {sql_path}
# or
echo "select ..." | ./run.sh {config_path}
```