SQLite wrapper

This commit is contained in:
Andreas Rumpf
2010-02-24 01:04:39 +01:00
parent 6da95ed9ca
commit f41bd71e61
43 changed files with 321 additions and 93 deletions

6
tests/testdata/data.csv vendored Normal file
View File

@@ -0,0 +1,6 @@
Algo_A; Algo_B; Algo_C
12; 12; 16
2; 5; 9
63; 65.3; 90
0; 1.2; 3
1 Algo_A Algo_B Algo_C
2 12 12 16
3 2 5 9
4 63 65.3 90
5 0 1.2 3