Skip to content

yanghuibit/csv-sql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV SQL

Take a CSV file, query it with SQL. Magic!

$ python csvsql.py file.csv
Loaded 3162 rows into t(domain, base_domain, agency, sslv2)
> SELECT COUNT(*) FROM t
+----------+
| count(*) |
+----------+
| 3162     |
+----------+

All your rows go into a table named t. It's great!

Error handling is bad, and the repl is super janky, no readline or anything pleasant yet.

About

Query your CSV files with SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%