reformat readme
A simple tool to import data from CSV files into PostgreSQL tables.
java -jar .\target\CopyFromCSV-1.0.jar -w password -f ./csvdir
Command line options:
-d,--database <arg> database name: postgres -f,--from <arg> path of CSV directory -h,--host <arg> hostname/ip of database server: 127.0.0.1 -p,--port <arg> port of database server: 5432 -s,--schema <arg> schema name: public -u,--username <arg> username: postgres -w,--password <arg> password
从 CSV 文件导入数据到 PostgreSQL 数据库
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CopyFromCSV
A simple tool to import data from CSV files into PostgreSQL tables.
Usgae:
Command line options: