sqlplot-tools
sqlplot-tools copied to clipboard
Generate pgfplots or gnuplots from embedded SQL statements
nicked from https://github.com/gwenn/sqlite-regex-replace-ext (public domain) maybe you don't want to make it required, but I was too lazy to implement that
It would be nice if sqlplot-tools dropped quotes around strings, e.g. in ``` RESULT comment="foo" time=123.45 ``` I'm not sure if this is something the database should do or whether...
Otherwise I get the following error message: ``` CMake Error at CMakeLists.txt:23 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value. Or, use...