Created
November 18, 2024 15:16
-
-
Save itoonx/7d9a3236e3469774be96b5ad0682ecda to your computer and use it in GitHub Desktop.
tigerbeetle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { | |
id, | |
createClient, | |
CreateAccountError, | |
CreateTransferError, | |
TransferFlags, | |
} = require("tigerbeetle-node"); | |
console.log("Import ok!"); | |
const client = createClient({ | |
cluster_id: 0n, | |
replica_addresses: ['IP'], | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment