|
|
|
|
|
by wyw
6137 days ago
|
|
How do you map the types if the rows are returned as dicts? Doesn't that become an application responsibility? By using an ORM you would not need to build that functionality, i.e. reinvent the wheel. Did you consider using SQLObject or SQLAlchemy? If so, I'd be curious to know why you decided against using them? |
|