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

Option to generate camelcase python methods/function names. #850

Open
marcovc opened this issue Dec 4, 2023 · 1 comment
Open

Option to generate camelcase python methods/function names. #850

marcovc opened this issue Dec 4, 2023 · 1 comment

Comments

@marcovc
Copy link

marcovc commented Dec 4, 2023

Problem

Interacting with models named as MyModule is done via db.mymodule. I'd like to ask for an option to generate db.my_module instead.

@cmhpedro
Copy link

Hi! There is a schema extension to reach this with /// @Python(...) notation on the schema file.

See Schema Extensions docs to know more.

Hope this can help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants