chop-dbhi/dataexpress

Add single value select to api

Opened this issue · 0 comments

For queries like count(), sum(), min(), etc… where only one value is returned, there should be a convenience function that wraps a single row select and returns a simple Option[Any] of the value.