csvs 1.0.0

csvs (CSV Sql) is a command-line tool designed to streamline SQL queries on CSV or TSV files using an embedded SQLite engine.
1
2
FROM rust:alpine
RUN apk add --no-cache musl-dev pkgconf git