sqldataload

command module
v0.0.0-...-c32ebe4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2021 License: MIT Imports: 9 Imported by: 0

README

sqldataload

Docs Version

sqldataload reads and executes a directory of sql files on a provided SQL Server database.

Documentation

See the docs here.

Install

go install github.com/cbergoon/sqldataload

Example Usage

USAGE: Usage: sqldataload [--directory=<directory>] <username>:<password>@<address>:<port>/<database>

To generate execute sql files provided table-data directory in specified directory use:

$ sqldataload --directory=./table-data '<username>:<password>@127.0.0.1:1433/AdventureWorks'

To use windows authentication:

$ sqldataload --directory=./table-data '<domain>\<username>:<password>@127.0.0.1:1433/AdventureWorks'

License

This project is licensed under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL