csv-sql 0.3.0

A simple CLI tool to generate SQL tables from CSV files
1
2
3
4
5
6
7
8
clear:
    rm *.sql
dev file_paths:
    cargo run -- {{file_paths}}
pub-dry:
    cargo publish --dry-run
pub:
    cargo publish