Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

tnakamura/DbExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DbExporter

Simple database export tool.

USAGE

DbExporter.exe \
  -s localhost \
  -d northwind \
  -u test_user \
  -p test_pass \
  -f csv \
  -o ".\sample.csv" \
  -q "SELECT * FROM samples"

About

Simple database export tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages