Manik Islam Mahi
Manik Islam Mahi
DDeno
Created by Manik Islam Mahi on 12/14/2024 in #help
How can I setup mongoose on deno+next.js app?
Anyway, thank you very much for the response. @Sun「無用」 ❤️
19 replies
DDeno
Created by Manik Islam Mahi on 12/14/2024 in #help
How can I setup mongoose on deno+next.js app?
^ First time I was using this but it was not working. then I removed. And finally I'm using this, import mongoose from "mongoose" and it's working.
19 replies
DDeno
Created by Manik Islam Mahi on 12/14/2024 in #help
How can I setup mongoose on deno+next.js app?
Yes. It's working I have already said that. But I have thought it will working like raw deno project. Just as shown here, https://docs.deno.com/examples/mongoose_tutorial/
19 replies
DDeno
Created by Manik Islam Mahi on 12/14/2024 in #help
How can I setup mongoose on deno+next.js app?
No description
19 replies
DDeno
Created by Manik Islam Mahi on 12/14/2024 in #help
How can I setup mongoose on deno+next.js app?
If I use, import mongoose from "mongoose"; then it's working. But in this tutorial: https://docs.deno.com/examples/mongoose_tutorial/ has imported like this, import { model, Schema } from "npm:mongoose@^6.7";
19 replies
DDeno
Created by Manik Islam Mahi on 12/14/2024 in #help
How can I setup mongoose on deno+next.js app?
No description
19 replies
DDeno
Created by Manik Islam Mahi on 12/6/2024 in #help
What is the difference between these two imports? And which one should I use?
Thanks everyone. Hopefully Mongoose will be included in Jsr one day. ❤️
13 replies
DDeno
Created by Manik Islam Mahi on 12/6/2024 in #help
What is the difference between these two imports? And which one should I use?
No description
13 replies
DDeno
Created by Manik Islam Mahi on 12/6/2024 in #help
What is the difference between these two imports? And which one should I use?
My confusion is "https://deno.land/x/mongoose/mod.ts"; and with "npm:mongoose@^6.7"
13 replies
DDeno
Created by Manik Islam Mahi on 12/6/2024 in #help
What is the difference between these two imports? And which one should I use?
That means the second option is updated and it is recommended by Deno, right?
13 replies