MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

Show an example of a custom Record class #960

Closed jparise closed 1 year ago

jparise commented 1 year ago

This demonstrates a dot-notation implementation as suggested by this FAQ item.

jparise commented 1 year ago

@elprans The build failure appears to be on master as well: https://github.com/MagicStack/asyncpg/actions/runs/3184175023

jparise commented 1 year ago

@elprans The build failure appears to be on master as well: https://github.com/MagicStack/asyncpg/actions/runs/3184175023

Fixed by #961