/csvql

CSV query language + command line tool + repl

Primary LanguageRustMIT LicenseMIT

DISCONTINUED

I've discontinued this work because Clickhouse does this already and much better.

# CSV Query Language

What is this for?

  • Handles dynamic CSV importing with type annotation
  • Handles validation of imported CSV, importing all valid entries given type paramaters, or all entries if default of VARCHAR is used.
  • Handles dynamic CSV exporting with type annotation in JSON or CSV format
  • Handles cleanup by removing imported tables after execution/repl exited

How do I use it?

  • brew install postgresql, grab this repo, you will need cargo to build.

Examples

Installation

Dependencies:

What are my alternatives?

Miscellaneous