Pages

Postgresql DB tool

Postgresql DB tool
PGDB

PLC

PLC
Click above to download latest version 點擊上方圖片下載最新版

PL

PL
Click above to download latest version 點擊上方圖片下載最新版

Thursday, May 21, 2020

PGDB v1.1 - Postgresql Database Tool

PGDB v1.1

PGDB is a postgresql database save/restore tool.

usage: pgdb [-t -c|-s|-r|-sxls] [--help]

optional arguments:
  -h, --help            show this help message and exit
  -t TableName, --table TableName           Specify the table
  -c, --clear                                                 Clear the table (Use 'DELETE FROM' request)
  -d, --delete                                               Delete the table (Use 'DROP TABLE' request)
  -s FileName, --save FileName                 Save the table data to csv file
  -sxls FileName, --savexls FileName        Save the table data to xls file
  -r FileName, --restore FileName              Restore the table data

No comments: