Initial commit for the github.com/sysdb/go Go packages.
This is the initial version of core Go bindings for SysDB (https://sysdb.io/).
For now, two packages are provided:
- github.com/sysdb/go/client: A SysDB client implementation.
- github.com/sysdb/go/proto: Helper functions for using the SysDB front-end
protocol. That's the protocol used for communication between a client and a
SysDB server instance.
This is the initial version of core Go bindings for SysDB (https://sysdb.io/).
For now, two packages are provided:
- github.com/sysdb/go/client: A SysDB client implementation.
- github.com/sysdb/go/proto: Helper functions for using the SysDB front-end
protocol. That's the protocol used for communication between a client and a
SysDB server instance.