Skip to content

Instantly share code, notes, and snippets.

@itoonx
Created November 18, 2024 15:16
Show Gist options
  • Save itoonx/7d9a3236e3469774be96b5ad0682ecda to your computer and use it in GitHub Desktop.
Save itoonx/7d9a3236e3469774be96b5ad0682ecda to your computer and use it in GitHub Desktop.
tigerbeetle
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