Closed
Description
It looks like the postgres example shows how inserting new rows works, but doesn't cover how you would implement row querying.
The disel example shows inserts and queries, however.
Since the sql is already available for querying users, I imagine I can just implement a new handler using the example for inserts.
If the changes are as straightforward as they appear, I should be able to have a PR done by end of day.