Skip to content

Commit 030900b

Browse files
committed
Add SQLite-to-Postgres conversion
1 parent 0269ed6 commit 030900b

File tree

3 files changed

+839
-0
lines changed

3 files changed

+839
-0
lines changed

Cargo.lock

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ lazy_static = "1"
2323
env_logger = "0.8"
2424
futures = "0.3.5"
2525
log = "0.4"
26+
bytes = "1"
27+
csv = "1"

0 commit comments

Comments
 (0)