Code

client: Add helper functions for formatting and executing queries.
authorSebastian Harl <sh@tokkee.org>
Tue, 12 May 2015 20:31:44 +0000 (22:31 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 12 May 2015 20:31:44 +0000 (22:31 +0200)
commit07893511a0ecaf3b485b10c2e5b7a534ce4feca8
tree9465b19421f90a58dc34d004145f778af8b9ab65
parent9457a1fd0caa6b6be4bf9c42f79de8d62989c3ab
client: Add helper functions for formatting and executing queries.

These are basically taken over from the SysDB webui code which will be based
on this new code in the future.
client/query.go [new file with mode: 0644]
client/query_test.go [new file with mode: 0644]