@benhepburn/adonis-mongoose
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

AdonisJS Mongoose

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

Install

Install mongoose and this package from npm:

npm install mongoose @benhepburn/adonis-mongoose

or

pnpm install mongoose @benhepburn/adonis-mongoose

or

yarn add mongoose @benhepburn/adonis-mongoose

Then configure the package for Adonis:

node ace configure @benhepburn/adonis-mongoose

Configuration

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

MONGODB_URI=mongodb://...

Package Sidebar

Install

npm i @benhepburn/adonis-mongoose

Weekly Downloads

28

Version

1.3.0

License

MIT

Unpacked Size

10.9 kB

Total Files

18

Last publish

Collaborators

  • benhepburn
OSZAR »