Skip to content

Pop-Code/nestjs-mongo

Repository files navigation

nestjs-mongo

NestJS Mongo is a module that provide a little orm. Build with typescript and the nodejs mongodb driver

npm install nestjs-mongo
# or unig yarn
yarn add nestjs-mongo

Usage

An example of nestjs module that import the nestjs-mongo

// module.ts
import { Module } from '@nestjs/common';
import { MongoModule } from 'nestjs-mongo';

@Module({
    imports: [
        MongoModule.forRootAsync({
            imports: [],
            useFactory: (config: ConfigService) => ({
                uri: config.mongoUri
            }),
            inject: [MyConfigService]
        })
    ]
})
export class MyModule {}

....More coming soon.

Documentation

A typedoc is generated and available on github https://pop-code.github.io/nestjs-mongo

TODO

  • write wiki
  • add more tests
  • add examples
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy