What are the plans of Mongoose to support BigInt?
See original GitHub issue
Top Results From Across the Web
Long integers in mongoose
Hi all — Mongo provides for bigints via the "Long" type / casting function... The mongo-db-native driver does too. However, the best we...
Read more >Mongoose v6.8.2: SchemaTypes
Mongoose comes with support for several built-in SchemaType options, like lowercase in the above example. The lowercase option only works for strings.
Read more >DataTypes in MongoDB
BSON data format supports various data-types. Below are the enlisted MongoDB data types: 1. String: This is the most commonly used data type ......
Read more >Including Data from an External Database into a Mongoose ...
Optionally, specify the name of a column for optimistic locking that is present in some or all tables in the non-Mongoose database. If...
Read more >Tokenisation of work framework and makerspace ...
bottom up engagement, urban planning innovation, and social industry 4.0 ... required to support the 'tokenisation of work' framework.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is really needed, Node.js now support BigInt natively and we definitely do not want to deal with Decimal128.
@Fonger that’s an interesting idea, we should be able to store BigInts as buffers, but then you won’t be able to do
$inc
, etc.