Partial CSV virtual table implementation.

This commit is contained in:
gwenn
2016-02-08 18:06:11 +01:00
parent 2dc4230223
commit 933000b57a
5 changed files with 249 additions and 62 deletions

View File

@@ -19,6 +19,7 @@ blob = []
functions = []
trace = []
vtab = []
csvtab = ["csv"]
[dependencies]
time = "~0.1.0"
@@ -34,6 +35,10 @@ regex = "~0.1.41"
path = "libsqlite3-sys"
version = "0.4.0"
[dependencies.csv]
version = "~0.14.3"
optional = true
[[test]]
name = "config_log"
harness = false