目录
目录README.md

CopyFromCSV

A simple tool to import data from CSV files into PostgreSQL tables.

Usgae:

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 数据库

36.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号