odbcsv 0.3.2

Query an ODBC data source and print the result as csv.
odbcsv-0.3.2 is not a library.

ODBCSV

Query an ODBC data source and output the result as CSV or to insert from CSV into an ODBC data source.

Usage

Querying an Microsoft SQL Database and storing the result in file

odbcsv query --output query.csv --connection-string "Driver={ODBC Driver 17 for SQL Server};Server=localhost;UID=SA;PWD=<YourStrong@Passw0rd>;" "SELECT title, year from Movies"

Use --help to see all options.

Installation

Several installation options are available.

Download prebuild binaries

You can download the latest binaries here from the odbc-api GitHub release: https://github.com/pacman82/odbc-api/releases/latest.

Install using cargo

cargo install odbcsv