Commit b8e58b1abf62553192a5bd578f6cb55b48ef15ca

Parents:

From: Moritz Poldrack <git@moritz.sh>
Date: Sun Jun 12 13:14:38 2022 +0700

initial commit
This commit adds a connector and a TODO to the README. All connections
can be run with a timeout if a corresponding context with timeout is
supplied. Upon closing of the connection, all commands are immediately
cancelled.

Stats

.gitignore +1/-0
README.md +48/-0
conn-options.go +16/-0
conn.go +290/-0
conn_test.go +32/-0
go.mod +3/-0
response.go +22/-0
variables_test.go +9/-0

Changeset