tool: insert data from csv into database insert data into users table of the database. ready install direnv usage create .env file following .env.template run direnv allow . in this directory. check environment variable DSN is setted by running echo $DSN. create your *.csv file following example.csv file. and check comment. run your database by docker compose up -d in root directory of this repository. run go run main.go ${path_to_your_csv_file} in this directory. e.g. go run main.go example.csv