LambdaORM Base (v1.7.13) provides the core contracts, shared utilities, and type definitions for the LambdaORM ecosystem, a TypeScript-first ORM supporting MySQL, MariaDB, SQLite, PostgreSQL, Oracle, SqlServer, and MongoDB. It offers a unified query language across SQL and NoSQL databases with advanced features like dynamic query building and schema introspection. Released stable, with regular updates aligned with the LambdaORM family. Key differentiators: full TypeScript support, multi-database abstraction, and a fluent API that reduces boilerplate compared to traditional ORMs like TypeORM or Sequelize.
npm install lambdaorm-baseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines an entity and repository using the contracts and types from lambdaorm-base.
Install lambdaorm alongside lambdaorm-base.
Update to latest version and check entity schema.
Update imports to 'lambdaorm-base'.
Run `npm install lambdaorm-base`.
Install package and use correct import: `import { ... } from 'lambdaorm-base'`.