dim/query
Gibheer ee5acc6ded add query interface
This is a small library to build queries and put the result into the
world.
Currently it supports building the select clause and converting rows
into a list of maps, so that it can be returned as a list.
2021-04-28 21:05:31 +02:00
..
query.go add query interface 2021-04-28 21:05:31 +02:00
query_test.go add query interface 2021-04-28 21:05:31 +02:00
rows.go add query interface 2021-04-28 21:05:31 +02:00