Back to Explore

nestjs/typeorm

GitHub
2 updates · last 90 days1 watchersOpen source

Last release:

TypeORM module for the Nest framework (Node.js). It provides integration between Nest and TypeORM so you can build server-side applications using SQL or NoSQL with TypeORM. Useful for developers working in TypeScript/JavaScript who want database access in a Nest app.

Project status

  • Actively maintained, GitHub shows a recent upstream push on 2026-08-11, and there have been multiple version updates in 2026 (11.0.1 on 2026-04-03, 11.0.2 on 2026-06-16, 11.0.3 on 2026-06-26).
  • Apparent update cadence is fairly active, with 11.0.2 and 11.0.3 arriving within about 10 days, though there are no new published updates after 2026-06-26 despite activity on 2026-08-11.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 11.0.3

    Release 11.0.3 changes how Nest TypeORM handles duplicate data source names at runtime. Instead of throwing a DuplicateDataSourceException, the code now logs a warning and allows the registration to proceed.

    Breaking
  • 11.0.2

    This release updates @nestjs/typeorm to improve runtime compatibility with TypeORM v1, adds support for configuring a TypeORM data source name via TypeOrmModule.forRoot second argument, and introduces runtime validation to reject duplicate data source names. It also contains substantial repository-level tooling and CI changes (Vitest, oxlint, CI workflow, updated build/test scripts).

    BreakingFeatures
  • 11.0.1

    Release 11.0.1 adds initial support for TypeORM v1.0, primarily by adjusting TypeORM module internals and Nest injection token/type definitions to align with the v1 API surface. Most release notes are limited to a single feature statement, while the code diff includes additional behavioral and compatibility changes.

    BreakingFeatures