immudb-node
immudb-node copied to clipboard
Node.js SDK for immudb
README.md examples are not in line with the examples provided here: https://github.com/codenotary/immudb-client-examples People who follow these examples will encounter the `ImmudbClient is not a function` error.
Hi, I was spending quite some time today figuring out why my node client always yielded corrupted data while the newest CLI client did not. Then I went ahead and...
Hello, I've found a bug when using autoLogin & autoDatabase that it was using the default db instead of using the database from the Config. Feel free to comment or...
Snyk has created this PR to upgrade google-protobuf from 3.13.0 to 3.20.1.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Snyk has created this PR to upgrade @grpc/grpc-js from 1.2.0 to 1.6.7.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Hi :) I have a `TIMESTAMP` field called `created_at` in our db. To populate that field I use `CAST(@created_at AS TIMESTAMP)` (or `NOW()`) in the `INSERT` process. When querying in...
it looks a bit weird to call login every time we need to do operations. having client interface logged in on a global level would be more helpful so that...
Hello, I'm trying to utilize the latest version, but I'm currently struggling to pass parameters to my query. Doesn't matter what I do, I receive an stop application exception without...
First of all congratulations for the great work. I would like to know if version 2 alpha is usable in production and if we have a forecast for stable version...
Is there any plans to improve the typings of the lib? Still having a hard time to grasp some concepts reading through immudb.io docs and the showcases of this library.