add SQLite reader.

Probably memleaky as hell, does not support tables/vectors yet, but it
managed to successfully read very simple tables.
This commit is contained in:
Bernhard Amann 2012-10-09 14:30:39 -07:00
parent a14f85d072
commit 1a1c798738
8 changed files with 429 additions and 5 deletions

View file

@ -26,8 +26,6 @@
#include "writers/DataSeries.h"
#endif
#define USE_SQLITE 1
#ifdef USE_SQLITE
#include "writers/SQLite.h"
#endif