CSV-SQL

A simple CLI tool to generate SQL tables from CSV files

Usage

Generate SQL table creation statements from CSV files

Generate only the schema without inserting data

bash csv-sql --schema-only [FILE_PATHS]...

See all options

bash csv-sql --help

Development

Use just for easy development.

See all available commands

bash just -l

Build and run

bash just run ~/Dir/file.csv just run "--schema-only ~/Dir/file.csv ~/Dir/file2.csv ~/Dir/file3.csv"

Clear all *.sql files in current directory

bash just clear

TODO

Contact