nest-drizzle-native 0.2.1
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(), andforFeature(). - 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
dependenciesblock.