FirebirdSQL / fdb

Firebird Driver for Python
https://www.firebirdsql.org/en/devel-python-driver/
Other
60 stars 26 forks source link

Support for custom row factories #99

Open eko234 opened 3 years ago

eko234 commented 3 years ago

It would be very useful to have a way to define how rows are represented as python data structures, using dicts is very convenient, is there a way to do it or should it be implemented?