arashsheyda / nuxt-mongoose

A Nuxt module for simplifying the use of Mongoose in your project.
https://docs.arashsheyda.me/nuxt-mongoose
75 stars 13 forks source link

how to use this npm? #24

Closed xiaoxintang closed 12 months ago

xiaoxintang commented 1 year ago

defineMongooseConnection is to create a new connect. my problem is how to use default connect? can you write an example to readme?

arashsheyda commented 1 year ago

Yes! thank you for bringing that up. you can always use the default conenction from import { connection } from 'mongoose'

PR welcome if you want to add some description about this into docs.