The static library cannot be linked to the Jansson static library by CMake. This appears to be a limitation in CMake and a manual combination of the two files would be required. For the time being, the connector is only built as a shared library.
The library is still located in the test directory but the way it is now built allows it to be used like a standalone library
The connector now processes rows into objects which expose the values and types of each returned row.
Moved the cdc_connector into a subdirectory to distinct it from the other test sources.