Closed 0xPranjl closed 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.
})
const ImmudbClient = require('immudb-node') const config = { address: '127.0.0.1:3322', rootPath: '.', }
ImmudbClient(config, (err, cl) => { if (err) { return console.log(err) }
})