What's New in Mongoose 7.1: BigInt Support and createCollections()
Briefly

Mongoose 7.1.0was released on April 27, 2023 and includes a couple of interesting new features.The most interesting new feature is BigInt support, which In this blog post, I'll also cover the newcreateCollections() function.Working with BigInts in Mongoose
Mongoose 7.1 introduces a new BigInt SchemaType, so you can define paths as BigInts in your schema.
Read at The Code Barbarian
[
add
]
[
|
|
]