Skip to content

nest-drizzle-native 0.2.1

Choose a tag to compare

@rodrigobnogueira rodrigobnogueira released this 17 May 04:10
5e677b0

nest-drizzle-native 0.2.1

First announcement-ready release after the move to nest-native/nest-drizzle-native.

Highlights

  • Nest-native Drizzle module setup with forRoot(), forRootAsync(), and forFeature().
  • Direct client injection with @InjectDrizzle().
  • Repository classes with @DrizzleRepository().
  • Transaction decorator bridge with @Transactional() and @InjectTransaction() via @nestjs-cls/transactional.
  • Named connections, lifecycle cleanup hooks, testing utilities, and optional error mapping helpers.
  • Runnable samples covering repositories, async config, named connections, transactions, DTO validation, optional Drizzle-Zod validation, Swagger/OpenAPI, raw SQL, and driver setups.
  • Published package keeps an explicit empty dependencies block.

Links