codenotary / immudb-node

Node.js SDK for immudb
Apache License 2.0
63 stars 3 forks source link

ImmudbClient is not a function #21

Closed 0xPranjl closed 2 years ago

0xPranjl commented 2 years ago

const ImmudbClient = require('immudb-node') const config = { address: '127.0.0.1:3322', rootPath: '.', }

ImmudbClient(config, (err, cl) => { if (err) { return console.log(err) }

// Interact with the client.

})