tigerbeetle-node icon indicating copy to clipboard operation
tigerbeetle-node copied to clipboard

TigerBeetle Node.js client

Results 3 tigerbeetle-node issues
Sort by recently updated
recently updated
newest added

Hello, I am using MacOS Ventura 13 and Zig version lower than 0.10.0 'panics' as discussed in thread https://github.com/ziglang/zig/issues/10478. Looks like tigerbeetle-node should run this newer version of Zig in...

I've noticed that the client's logging is rather verbose. For example this is logged in the space of under a second: ``` info(message_bus): connected to replica 0 info(message_bus): peer performed...

This is a minor nitpick, but I noticed it and was confused, so I figured I'd open an issue for it. According to the `Client` interface, `destroy` returns `void`: https://github.com/tigerbeetledb/tigerbeetle-node/blob/de2272194719a33a013ab5f0a09ce4bead91283c/src/index.ts#L200...