https://github.com/levkk/go-sql-thing
Just send a bunch queries to your Postgres/PgBouncer at random intervals
https://github.com/levkk/go-sql-thing
Last synced: over 1 year ago
JSON representation
Just send a bunch queries to your Postgres/PgBouncer at random intervals
- Host: GitHub
- URL: https://github.com/levkk/go-sql-thing
- Owner: levkk
- License: mit
- Created: 2020-02-08T21:28:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T21:48:55.000Z (over 6 years ago)
- Last Synced: 2025-03-16T14:54:05.498Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sql-thing
Just send a bunch queries to your Postgres/PgBouncer at random intervals
## Installation
```bash
$ go get
$ go build
```
Done.
## Usage
```bash
$ ./go-sql-thing
```