typegoose-cursor-pagination icon indicating copy to clipboard operation
typegoose-cursor-pagination copied to clipboard

Mongoose without Typegoose support?

Open d00ML0rDz opened this issue 1 year ago • 1 comments

Hey,

Really keen to get this package working, but am struggling to find out if it's compatible with a Mongoose TypeScript project that isn't making use of Typegoose? I couldn't find any examples using just Mongoose and after a quick play I didn't have much success.

I found the mongo-cursor-pagination project, but that unfortunately doesn't have any TypeScript types, so was keen to use this instead.

Cheers 😊

d00ML0rDz avatar Jul 23 '24 21:07 d00ML0rDz

Hi @d00ML0rDz , very late response as I'm only semi-actively maintaining this. When I wrote this package, types for mongoose didn't exist yet and Typegoose was the only alternative with types. I haven't used mongoose since then so I wouldn't know what the effort would be to get this to work with mongoose. If you're still interested, feel free to give it a go and try to get it to work.

ExtraBB avatar Nov 12 '24 17:11 ExtraBB