Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why don't wraps mongo BSON primitive types: #99

Closed
zhaoyou opened this issue Oct 26, 2013 · 0 comments
Closed

why don't wraps mongo BSON primitive types: #99

zhaoyou opened this issue Oct 26, 2013 · 0 comments

Comments

@zhaoyou
Copy link

zhaoyou commented Oct 26, 2013

Here are the constructors the non-Javascript BSON primitive types:

new mongo.Long(numberString)
new mongo.ObjectID(hexString)
new mongo.Timestamp() // the actual unique number is generated on insert.
new mongo.DBRef(collectionName, id, dbName)
new mongo.Binary(buffer) // takes a string or Buffer
new mongo.Code(code, [context])
new mongo.Symbol(string)
new mongo.MinKey()
new mongo.MaxKey()
new mongo.Double(number) // Force double storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant