Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 334 Bytes

tigerbeetle-go

TigerBeetle client for Go.

This is still a WIP and only supports Linux.

Local development

Prerequisites:

  • zig
  • go
zig build-lib  -dynamic -lc --main-pkg-path ./internal internal/client_c/client_c.zig

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
go test