Skip to content

avbhandaru/csvql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CSV query language + command line tool + repl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages