Skip to content

gray75c/pg_export

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: pg_export [--help] [--clean] [-h HOST] [-p PORT] [-U USERNAME] [-W PASSWORD] dbname out_dir

Splite pg_dump file to object files for control version system

positional arguments:
  dbname                source databese name
  out_dir               directory for object files

optional arguments:
  --help                show this help message and exit
  --clean               clean out_dir if not empty
  -h HOST, --host HOST  host for connect db
  -p PORT, --port PORT  port for connect db
  -U USERNAME, --username USERNAME
                        user for connect db
  -W PASSWORD, --password PASSWORD
                        password for connect db

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%