asyncqlio
asyncqlio copied to clipboard
A fully async ORM for Python 3.5+
This is a pretty clumsy stab at Between, which I'd like to use over the excessive `>=` / `
We've been using a forked version with a few commits ahead (and a few behind) of master for this project. I unfortunately don't have much context for these exceptions as...
Trying to figure out how to best model an assoc (many-to-many) relationship in asyncqlio but haven't found any documentation on it.
DDL should be implemented: - [ ] Table DDL - [ ] Table creation - [ ] Table deletion - [ ] Renaming tables - [ ] Temporary tables -...
This seems possible, but unfortunately it doesn't seem easy to do DB-agnostically.
Right now a lot of exceptions are bubbled up. They should be changed into asyncqlio exceptions across all drivers.
`Table.set(Table.column).where(...)` should be a thing. So, uh, let's make it a thing? Why am I making this issue