Skip to content

creyente1897/csvDrill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Drill

CSV Drill is a CLI Tool for Performing SQL Query Execution on CSV Files

NOTE: All commands and files should be lowercase and all the commands will be performed in lowercase

Documentation

Please click here for documentation.

Prerequisites

  • NodeJS
  • Npm
  • Oclif
  • Chalk
  • Cli UX
  • CSV Parser
  • Basic SQL Query Knowledge

Local Installation

Clone the project

git clone https://github.com/creyente1897/csvDrill.git
cd csvDrill

Installing node modules (dependencies)

npm install

Running the project (In terminal)

./bin/run csvdrill --dbpath="path/to/directory"
./bin/run csvdrill -d="path/to/directory"

OR

./bin/run csvdrill --dbpath="path/to/file"
./bin/run csvdrill -d="path/to/file"

FOR HELP

./bin/run csvdrill --help"

Testing the app

Note: Please update the directory/file path before proceeding

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors