kts-etl 0.1.6

Extract, transform and load data from your local environment.
Documentation
[package]
name = "kts-etl"
version = "0.1.6"
authors = ["Marius Seritan <github@winding-lines.com>"]
edition = "2018"
description = "Extract, transform and load data from your local environment."
repository = "https://github.com/know-thy-shell/kts-rs"
license = "MIT"

[dependencies]
dirs = "1.0"
tempfile = "3.0"

[dependencies.rusqlite]
version = "0.15.0"
features = ["bundled", "functions", "unlock_notify"]