1.2.4 • Published 24 days ago

@dhaneshjoshi/adonis-mongoose v1.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
24 days ago

AdonisJS Mongoose

This package creates a Mongoose service for use in AdonisJS applications.

Install

Install mongoose and this package from npm:

npm install mongoose @dhaneshjoshi/adonis-mongoose

or

pnpm install mongoose @dhaneshjoshi/adonis-mongoose

or

yarn add mongoose @dhaneshjoshi/adonis-mongoose

Then configure the package for Adonis:

node ace configure @dhaneshjoshi/adonis-mongoose

Configuration

Edit config/mongoose.ts as needed, then add the MongoDB connection URI to your .env file:

MONGODB_URI=mongodb://...