JSPM

nestjs-drizzle-crud

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q32366F
  • License MIT

A complete CRUD abstraction layer for Drizzle ORM in NestJS applications

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