https://github.com/coc1961/sqliteclient
https://github.com/coc1961/sqliteclient
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coc1961/sqliteclient
- Owner: coc1961
- License: mit
- Created: 2020-07-26T21:58:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T23:12:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T19:59:31.992Z (5 months ago)
- Language: Go
- Size: 819 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqliteclient Test Client (no production)
> Show query result in console as table, database and query are params
## Use
```sh
sqliteclient -d cmd/sqliteclient/testdata/test.db -q 'select * from datatables_demo;'```
```sh
sqliteclient -d cmd/sqliteclient/testdata/test.db -f query.sql```
## Install
go get -u github.com/coc1961/sqliteclient/...
## Screenshot
