immudb-node icon indicating copy to clipboard operation
immudb-node copied to clipboard

Node.js SDK for immudb

Results 11 immudb-node issues
Sort by recently updated
recently updated
newest added

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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=google-protobuf&from_version=3.13.0&to_version=3.20.1&pr_id=5cbbd01d-d67e-4331-837d-4e04b4b413cb&visibility=true&has_feature_flag=false) :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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=@grpc/grpc-js&from_version=1.2.0&to_version=1.6.7&pr_id=462e78e4-37d8-4fae-a081-0d21002c6111&visibility=true&has_feature_flag=false) :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.