oly-orm is an ORM for TypeScript that integrates with the oly dependency injection framework, providing decorator-based entity definitions and repository patterns. Current stable version is 1.0.0. It uses SQLite in-memory by default and supports common database operations through repositories. Differentiators include tight integration with oly's IoC container and minimal boilerplate compared to TypeORM. Release cadence is low; package appears to be in maintenance mode.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decorator names are lowercase, import as named exports
Use lowercase 'column', not uppercase
Repository is a named export, not default
Shows how to define an entity with decorators, create a repository, and perform an insert and findAll operation.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.