Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
* improve insert

* add pragmas

* add debug on profile release for cargo flamegraph

* handle CTEs

* support backtick filenames

* add integration tests

* add support for UNIONs

* add library and doc tests
  • Loading branch information
hderms committed Apr 26, 2021
1 parent a3e57f1 commit d93584d
Show file tree
Hide file tree
Showing 18 changed files with 1,079 additions and 70 deletions.
249 changes: 236 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ authors = ["Dermot Haughey <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
debug = true

[dependencies]
rusqlite = "0.25.1"
csv="1.1"
itertools = "0.10.0"
sqlparser = "0.9.0"
uuid={version = "0.8", features = ["v4"]}

[dev-dependencies]
assert_cmd="0.10"
predicates="1"
Loading

0 comments on commit d93584d

Please sign in to comment.