dataexpress
dataexpress copied to clipboard
Add single value select to api
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.