libsqlconv 0.1.0

Core library for sql-to-csv: SQL dump parsing, DDL conversion, and CSV/TSV emission
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libsqlconv"
version = "0.1.0"
edition = "2021"
description = "Core library for sql-to-csv: SQL dump parsing, DDL conversion, and CSV/TSV emission"
license = "MIT"
repository = "https://github.com/bmamouri/sql-to-csv"

[dependencies]
csv = "1"
flate2 = "1"
memchr = "2"
memmap2 = "0.9"
rayon = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tempfile = "3"
indicatif = "0.17"