edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
366 stars 43 forks source link

Support passing dicts and namedtuples for namedtuple arguments #473

Closed msullivan closed 5 months ago

msullivan commented 5 months ago

We support dicts (and other mappings), and for named tuples we do lookup by name instead of by position.

Fixes #374.

msullivan commented 5 months ago

@raddevon We'll probably want some docs about this once we've got a version update out