camsaul / toucan2

Successor library to Toucan with a modern and more-extensible API, more consistent behavior, and support for different backends including non-JDBC databases and non-HoneySQL queries. Currently in active beta.
Eclipse Public License 1.0
81 stars 11 forks source link

We should add a `select-instance` query type #167

Open camsaul opened 8 months ago

camsaul commented 8 months ago

To differentiate select-one and the like (things that return one value) from select and the like that return multiple values.