18 lines
523 B
Markdown
18 lines
523 B
Markdown
# sqlcsvgenerator
|
|
|
|
A simple cli application that takes in a database table and outputs a csv with random data. Currently only supports varchar, text, integer and float type columns
|
|
|
|
## Usage
|
|
|
|
Run `sqlcsvgen -h` for full usage instructions.
|
|
|
|
Basic use:
|
|
|
|
`sqlcsvgen output.csv -d MyDatabase -t MyTable`
|
|
|
|
## Development
|
|
|
|
Run the ingey mssql database container, then you can run this package through vs code with the preconfigured launch configuration.
|
|
|
|
`docker pull gitea.michaelpivato.dev/vato007/ingey-test-db-mssql:latest`
|