### Checklist <!-- Please make sure you check all these items before submitting your feature request. --> - [x] There are no similar issues or pull requests for this yet. - [ ] I discussed this idea on the [community chat](https://gitter.im/encode/community) and feedback is positive. ### Is your feature related to a problem? Please describe. <!-- A clear and concise description of what you are trying to achieve. Eg "I want to be able to [...] but I can't because [...]". --> I want to use `orm` with a SQLAlchemy 2.0 project, is there any planned support for this? ## Describe the solution you would like. <!-- A clear and concise description of what you would want to happen. For API changes, try to provide a code snippet of what you would like the API to look like. --> Looks like bumping the `databases` dependency might do the trick ## Describe alternatives you considered <!-- Please describe any alternative solutions or features you've considered to solve your problem and why they wouldn't solve it. --> Using the SQLAlchemy ORM instead of this ## Additional context <!-- Provide any additional context, screenshots, tracebacks, etc. about the feature here. --> I think you get the gist :)
Checklist
Is your feature related to a problem? Please describe.
I want to use
ormwith a SQLAlchemy 2.0 project, is there any planned support for this?Describe the solution you would like.
Looks like bumping the
databasesdependency might do the trickDescribe alternatives you considered
Using the SQLAlchemy ORM instead of this
Additional context
I think you get the gist :)