Y
Hacker News
new
|
ask
|
show
|
jobs
by
mdellavo
1584 days ago
fully typed? it used dicts for queryinb - should maybe look at sqlalchemy for comparison
1 comments
probablyrobert
1584 days ago
Yes it is fully typed because of TypedDicts,
https://docs.python.org/3/library/typing.html#typing.TypedDi...
SQLAlchemy on the other hand provides very little (if any) type hints for their query API.
link
SQLAlchemy on the other hand provides very little (if any) type hints for their query API.