asyncqlio icon indicating copy to clipboard operation
asyncqlio copied to clipboard

A fully async ORM for Python 3.5+

Results 7 asyncqlio issues
Sort by recently updated
recently updated
newest added

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.

feature - orm

DDL should be implemented: - [ ] Table DDL - [ ] Table creation - [ ] Table deletion - [ ] Renaming tables - [ ] Temporary tables -...

feature - ddl
sql generation

This seems possible, but unfortunately it doesn't seem easy to do DB-agnostically.

feature - orm
sql generation

Right now a lot of exceptions are bubbled up. They should be changed into asyncqlio exceptions across all drivers.

help wanted
feature - orm
feature - ddl
feature - backend

`Table.set(Table.column).where(...)` should be a thing. So, uh, let's make it a thing? Why am I making this issue

feature - orm