2025-04-29 18:38:14 +09:30
2025-04-29 18:38:14 +09:30
2025-04-29 18:38:14 +09:30
2025-04-29 18:38:14 +09:30
2025-04-29 18:38:14 +09:30
2025-04-29 18:38:14 +09:30
2025-04-29 18:38:14 +09:30
2025-04-29 18:38:14 +09:30

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

Description
No description provided
Readme 28 KiB
Languages
Go 100%