Support collection name alias generator #645
piercsi
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python's standard for class names in PascalCase, but chances are the standard for collection names might be different (ours is lowercase)
This means for each collection you have to remember to add in the name on settings, e.g.
Would it be possible in, say, init_beanie() to specify a collection name alias generator similar to pydantic, e.g
Beta Was this translation helpful? Give feedback.
All reactions