repositorypackage
0.0.0-20221027022642-8479a82b9799
Repository: https://github.com/fudorec/kdbgo.git
Documentation: pkg.go.dev
# README
Go driver for kdb+
This is an implementation of kdb+ driver native in Go. It implements Q IPC protocol.
Can be used both as a client(Go program connects to kdb+ process) and as a server(kdb+ connects to Go program). In server mode no execution capabilities are available.