Introduce the TempDatabase in the QueryBuilder tests

This commit is contained in:
Clément Renault
2019-10-08 15:22:36 +02:00
parent d8d0442d63
commit c514692233
3 changed files with 924 additions and 0 deletions

View File

@ -44,8 +44,10 @@ git = "https://github.com/Kerollmops/fst.git"
branch = "arc-byte-slice"
[dev-dependencies]
assert_matches = "1.3"
csv = "1.0.7"
rustyline = { version = "5.0.0", default-features = false }
structopt = "0.3.2"
tempfile = "3.1.0"
termcolor = "1.0.4"
toml = "0.5.3"