Skip to content

A simple CLI tool to convert SQL tabular output to csv format

License

Notifications You must be signed in to change notification settings

Plastonick/sql2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL2CSV

A simple command line tool to convert SQL database output to CSV.

Installation

First install Rust.

Clone this repository and build the package using cargo build --release, move/execute the binary as required.

Help

sql2csv 0.1.0
A simple command line tool to convert SQL database output to CSV

USAGE:
    sql2csv [OPTIONS]

OPTIONS:
    -e, --exclude-header    Whether or not the header row should be included, defaults to true
    -h, --help              Print help information
    -V, --version           Print version information

Suggested usage is to either pipe the tabular database output into the executable, or run the executable directly and paste in the tabular data. Output is printed to stdout.

About

A simple CLI tool to convert SQL tabular output to csv format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages