OpenGeoscience / database_assetstore

A Girder plugin to provide access to database tables via extra item endpoints.
Apache License 2.0
4 stars 1 forks source link

Generalize return value type in `performSelect()` #5

Closed waxlamp closed 8 years ago

waxlamp commented 8 years ago

We should make it possible to return either a list-of-lists or a list-of-dicts from a DB connector class's performSelect() method. This will have performance benefits as well as offering the developer flexibility in selecting the best format for the the job.

manthey commented 8 years ago

Added in PR #18.