We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BSON.Binary
_id
In my PR #40, I suggest a change uplift the limitation preventing users to use bson.Binary data as an identifier.
bson.Binary
In my project I need to store UUID data as _id, my ODM (beanie) turns them into bson.Binary. It seems a pretty legit behavior in mongo.
UUID
beanie
see: https://www.mongodb.com/docs/manual/reference/bson-types/#binary-data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my PR #40, I suggest a change uplift the limitation preventing users to use
bson.Binary
data as an identifier.In my project I need to store
UUID
data as_id
, my ODM (beanie
) turns them intobson.Binary
. It seems a pretty legit behavior in mongo.see: https://www.mongodb.com/docs/manual/reference/bson-types/#binary-data
The text was updated successfully, but these errors were encountered: