Initial Commit

This commit is contained in:
2025-04-29 18:38:14 +09:30
commit 0371b15c8c
7 changed files with 268 additions and 0 deletions

17
README.md Normal file
View 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`