-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support IDs as strings #113
Comments
@Drarig29 Any news on this Issue/PR? |
This was meant to be done for MongoDB and the best approach IMO is this one: #127 MongoDB is a document-based database, whereas the approach of brackets-model is more of a relational approach. So it's best to keep this "relational approach" inside a document which acts as a blackbox. Instead, you use the So, with all of this, you don't need string IDs anymore. And from a design point of view, this adds a lot of changes in a lot of places, so I prefer not to merge it for now. Unless someone has a good reason to have this feature... do you? |
Also, supporting IDs as strings would mean that we can't have Related: #148 |
I'm using years (2014, 2018, 2022 etc) as the tournament ID of each annual tournament, so numeral ID is good for my use case. |
Released in v1.6.0 |
I'd like to use the manager with a MongoDB database and it uses string IDs, so it would be cool to be able to work with strings instead of integers.
The text was updated successfully, but these errors were encountered: