nestjs-db-manager
v1.0.7
Published
`nestjs-db-manager` is a utility package for managing database-related tasks in NestJS applications. It provides a set of tools and helpers to streamline database operations, making it easier to integrate and manage databases within your NestJS microservi
Downloads
15
Maintainers
Readme
NestJS DB Manager
nestjs-db-manager
is a utility package for managing database-related tasks in NestJS applications. It provides a set of tools and helpers to streamline database operations, making it easier to integrate and manage databases within your NestJS microservice architecture.
Features
- Simplified database connection management
- Built-in support for multiple database types
- Easy integration with TypeORM
- Support for database migrations
- Connection pooling
- Centralized configuration management
Installation
To install the package, run:
npm install nestjs-db-manager