top | item 30418257 (no title) mdellavo | 4 years ago fully typed? it used dicts for queryinb - should maybe look at sqlalchemy for comparison discuss order hn newest probablyrobert|4 years 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.
probablyrobert|4 years 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.
probablyrobert|4 years ago
SQLAlchemy on the other hand provides very little (if any) type hints for their query API.