https://github.com/yukimemi/gqlplus
Read output file using sqlplus and output to csv.
https://github.com/yukimemi/gqlplus
Last synced: 2 months ago
JSON representation
Read output file using sqlplus and output to csv.
- Host: GitHub
- URL: https://github.com/yukimemi/gqlplus
- Owner: yukimemi
- License: mit
- Created: 2016-10-29T03:10:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T23:11:41.000Z (over 8 years ago)
- Last Synced: 2025-02-05T10:12:58.737Z (4 months ago)
- Language: Go
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gqlplus
## Description
## Usage
## Install
To install, use `go get`:
```bash
$ go get -d github.com/yukimemi/gqlplus
```## Contribution
1. Fork ([https://github.com/yukimemi/gqlplus/fork](https://github.com/yukimemi/gqlplus/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request## Author
[yukimemi](https://github.com/yukimemi)