Crates.io | sqlite2parquet |
lib.rs | sqlite2parquet |
version | 0.10.2 |
source | src |
created_at | 2022-01-17 06:43:26.304247 |
updated_at | 2023-09-22 00:09:32.527309 |
description | Generate parquet files from sqlite databases |
homepage | |
repository | https://github.com/asayers/sqlite2parquet |
max_upload_size | |
id | 515330 |
size | 67,822 |
sqlite2parquet lets you generate parquet files from a sqlite database. It's available as a library and as a CLI application; they're feature-equivalent, so use whichever is most convenient. See here for some notes on archiving sqlite databases as parquet files. The code is in the public domain.
Install it like this:
$ cargo install sqlite2parquet
If you use the library directly, you'll probably want to remove the CLI-related
dependencies, so set default-features = false
in your Cargo.toml.