-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick questions #46
Comments
hey @kamran-12
let me know if you any other question |
@arashsheyda Thanks, I would like to see an actual project using your plugin for better understanding. I don't have any questions other than those I asked in the original post, but I feel they were not completely answered. In the question number 2, what I am asking is, does your library contain all Mongoose functionality or if I need, say, Edit: I found this: https://nuxt-mongoose.nuxt.space/docs/api/examples |
I have not used this plugin yet but I am planning to. My questions:
models.ts
, then put it directly intoserver
folder, in place ofmodels
folder, will it work? Will it need any non-default configurations?defineMongooseConnection
anddefineMongooseModel
methods inreadme.md
but cannot find them in Mongoose documentation. Why? Are these exclusive to nuxt-mongoose? If so, what about regular Mongoose functionality? Do I need something else to import to access them or importing themfrom '#nuxt/mongoose'
will be enough?The text was updated successfully, but these errors were encountered: