csv-sql 0.1.0

A simple CLI tool to generate SQL tables from CSV files
csv-sql-0.1.0 is not a library.

CSV-SQL

A simple CLI tool to generate SQL tables from CSV files

Usage

Generate SQL table creation statements from CSV files

cql <csv-file> [options]

TODO

  • Generate SQL table creation statements from CSV files
  • ... with headers
  • ... with headers and data types
  • ... with headers, data types and primary keys
  • ... with headers, data types, primary keys and constraints
  • ... with headers, data types, primary keys, constraints and foreign keys