We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The idea is to be able to:
set environment variable for Advanced-Alchemy, not limited to but for the --config of the cli.
add a section in pyproject.toml, same as for environment variable. This could look like this
[tool.advanced-alchemy] config = "path.to.alc.computer.alchemy-config.config"
The goal is that we do not have when using AA, we could omit --config when using it from the terminal with a framework
Maybe create a class to parse the config/toml
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Hello,
The idea is to be able to:
set environment variable for Advanced-Alchemy, not limited to but for the --config of the cli.
add a section in pyproject.toml, same as for environment variable.
This could look like this
The goal is that we do not have when using AA, we could omit --config when using it from the terminal with a framework
Maybe create a class to parse the config/toml
Basic Example
No response
Drawbacks and Impact
No response
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: