Comment on Jepsen: TigerBeetle 0.16.11parentComments−rbatiati1yHi there! We do have a C client, the libtb_client. It's written in Zig and exposes an FFI interface that is consumed by all other TigerBeetle clients.We don't publish the pre-compiled libs yet, but it will be available soon when we stabilize the API. For now, it can be built locally from source.Example of using the C client: https://github.com/tigerbeetle/tigerbeetle/blob/main/src/cli...
Comments
Hi there! We do have a C client, the libtb_client. It's written in Zig and exposes an FFI interface that is consumed by all other TigerBeetle clients.
We don't publish the pre-compiled libs yet, but it will be available soon when we stabilize the API. For now, it can be built locally from source.
Example of using the C client: https://github.com/tigerbeetle/tigerbeetle/blob/main/src/cli...