Package Exports
- nestjs-drizzle-crud
- nestjs-drizzle-crud/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nestjs-drizzle-crud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Drizzle CRUD Nest
A complete, type-safe CRUD abstraction layer for Drizzle ORM in NestJS applications. Supports PostgreSQL and MySQL with advanced features like soft delete, transactions, bulk operations, and full-text search.
Features
- ๐ Complete CRUD Operations - find, create, update, delete, and more
- ๐๏ธ SQL Database Support - PostgreSQL & MySQL with dialect-specific optimizations
- โก Type-Safe - Full TypeScript support with generics
- ๐ Soft Delete - Built-in soft delete with restore functionality
- ๐ฆ Bulk Operations - Mass create, update, delete with transaction support
- ๐ Advanced Querying - Filtering, pagination, sorting, full-text search
- ๐ฏ NestJS Native - Seamless integration with NestJS dependency injection
- ๐งช Test Utilities - Comprehensive testing helpers
- ๐ก๏ธ Production Ready - Error handling, transactions, and validation hooks
Installation
npm i nestjs-drizzle-crud