Mongoose without Typegoose support?
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 😊
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.