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

Change objects to use bson.ObjectId #8

Open
whitenoiseoss opened this issue Apr 18, 2018 · 0 comments
Open

Change objects to use bson.ObjectId #8

whitenoiseoss opened this issue Apr 18, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Pub 1 Part of Publish 1
Milestone

Comments

@whitenoiseoss
Copy link
Owner

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.

@whitenoiseoss whitenoiseoss added enhancement New feature or request Pub 1 Part of Publish 1 labels Apr 18, 2018
@whitenoiseoss whitenoiseoss added this to the Publish 1 milestone Apr 18, 2018
@whitenoiseoss whitenoiseoss self-assigned this Apr 18, 2018
@whitenoiseoss whitenoiseoss added help wanted Extra attention is needed good first issue Good for newcomers and removed help wanted Extra attention is needed labels Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Pub 1 Part of Publish 1
Projects
None yet
Development

No branches or pull requests

1 participant