MagicStack / asyncpg

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

Show an example of a custom Record class #960

Closed jparise closed 2 years ago

jparise commented 2 years ago

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

jparise commented 2 years ago

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

jparise commented 2 years ago

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

Fixed by #961