HTTP client for consuming Lambda ORM service (lambdaorm-svc). Current version 0.7.47. Enables querying remote ORM endpoints using lambda expressions (typed) or string expressions. Ships TypeScript definitions. Key differentiator: allows client-side lambda-like query syntax that compiles to SQL on the server. Useful for building Node.js applications that need a centralized data access layer via HTTP.
npm install lambdaorm-client-nodeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the ORM client, check connectivity with ping and health endpoints.
Pin exact version or monitor release notes.
Always call orm.init(baseUrl) at application startup.
Access properties directly; no ORM-specific methods available on results.
Ensure model files match server-side schema. Use code generation if available.
Use named import: import { orm } from 'lambdaorm-client-node'Start the lambdaorm-svc server and verify URL.
Ensure orm.init(baseUrl) is called before accessing orm.general.
No dependency data recorded yet.