It would be nice if BSON types like Decimal128, Int32, Binary, etc. were also available under their BSON names, so that it’s easier to test out code snippets written for the Node.js driver in the shell.
This also integrates nicely with NODE-2875, because our shell-specific names are not available in the BSON library itself and using them in their inspect output would not make sense.
- related to
-
NODE-2875 Add correct inspect methods for BSON Types
- Closed