Initial Commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user