mcfunley / pugsql

A HugSQL-inspired database library for Python
https://pugsql.org
Apache License 2.0
681 stars 22 forks source link

OrderedDict #72

Open Bit0r opened 3 months ago

Bit0r commented 3 months ago

Can the return value be of type OrderedDict instead of dict, so that the return value corresponds to the column order in SQL one by one?