FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DavidTimms/csv-sql: A command line tool for running SQL queries on CSV files · GitHub

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-sql

A node-based tool for running SQL queries on CSV files. This project currently has somewhat limited functionality, and was mainly created as a way to learn more about SQL implementation. For a similar tool with more features, try q - Text as Data.

Version 0.1 Checklist

Future

  • DISTINCT.
  • User-defined functions provided through node modules.
  • Joins.
  • Compiling expressions into JS functions using new Function. This should give a very large speed up over the current AST interpreter approach.

About

A command line tool for running SQL queries on CSV files

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL