Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
/ kdbgo Public archive
forked from sv/kdbgo

kdb+ client driver for Go

License

Notifications You must be signed in to change notification settings

appian/kdbgo

 
 

Repository files navigation

Go driver for kdb+

Build Status

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.

For documentations and examples see godoc