The-Ultimate-Guide-to-TypeScript-With-Mongoose icon indicating copy to clipboard operation
The-Ultimate-Guide-to-TypeScript-With-Mongoose copied to clipboard

Update for mongoose v6

Open twiddler opened this issue 2 years ago • 0 comments

Hey there! :wave:

I am replacing rpc-websockets with trpc in an old mongoose project. This time I want everything typed, and mongoose was giving me an exceptionally hard time, but with your videos and code I had a breakthrough. Thank you so much! :partying_face:

It seems like imports like import { CreateQuery, FilterQuery, QueryFindBaseOptions } from "mongoose" have changed from v5 to v6. Are you considering to update this tutorial to v6? That'd be really cool!

twiddler avatar Dec 18 '22 22:12 twiddler