You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bson.ObjectId from the mgo package is a great tool that I would like to leverage. If someone uses memory for object storage, it will work fine. If one uses MongoDB, it will work great. If someone wants to use a relational database, they could either ignore it or use it as a custom primary key. Having something to generate sensible unique IDs for me is nice.
The text was updated successfully, but these errors were encountered:
bson.ObjectId from the mgo package is a great tool that I would like to leverage. If someone uses memory for object storage, it will work fine. If one uses MongoDB, it will work great. If someone wants to use a relational database, they could either ignore it or use it as a custom primary key. Having something to generate sensible unique IDs for me is nice.
The text was updated successfully, but these errors were encountered: