ravendb-nodejs-client icon indicating copy to clipboard operation
ravendb-nodejs-client copied to clipboard

RavenDB node.js client

Results 4 ravendb-nodejs-client issues
Sort by recently updated
recently updated
newest added

The following code: ``` async function query(queryString: QueryString): Promise { const store = asyncLocalStorage.getStore() as alStoreType; const loggedinUserId = store?.loggedinUserId; const { language, level, searchTerm, isMarkedToBeRevised, limit, page, isRevised }...

Running a project using ravendb on the newest version of node (v21) yields a deprecation warning. **Minimal example** `package.json` ```json { "dependencies": { "ravendb": "5.4.1" }, "scripts": { "start": "node...

With Cloudflare, it is common to deploy the web application via [Cloudflare Pages](https://developers.cloudflare.com/pages) so that static resources aren't part of the worker's code size limit. But `ravendb-nodejs-client` can't live in...