Anyone using #mongoose for @mongodb.bsky.social in @expressjs.bsky.social with @typescriptlang.org ?
The typing is basically non existent in Mongoose. Is it supposed to be just accepted? In a typescript express backend, it is basically nullifying all the benefits of typescript
The typing is basically non existent in Mongoose. Is it supposed to be just accepted? In a typescript express backend, it is basically nullifying all the benefits of typescript
Comments
If type safety and schema enforcement are important to you, why not try a database that supports them better, or even first-class?