|
|
|
|
|
by sickblastoise
652 days ago
|
|
Sqlalchemy stands out as a library having probably one of the most complete and pragmatic APIs for database access across all languages. It is no small feat to create compatibility for modern Python features like type hints and async in a library that has its roots in Python 2, it has absolutely exceeded expectations in that regard. |
|
I can't disagree more. Identity map based ORMs are _awful_ to use, in almost every way.