.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH PWIZ "1" "March 2021" "pwiz 3.14.1+dfsg" "User Commands" .SH NAME pwiz \- peewee model generator .SH SYNOPSIS .B pwiz [\fI\,options\/\fR] \fI\,database_name\/\fR .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .HP \fB\-H\fR HOST, \fB\-\-host\fR=\fI\,HOST\/\fR .HP \fB\-p\fR PORT, \fB\-\-port\fR=\fI\,PORT\/\fR .HP \fB\-u\fR USER, \fB\-\-user\fR=\fI\,USER\/\fR .HP \fB\-P\fR, \fB\-\-password\fR .TP \fB\-e\fR ENGINE, \fB\-\-engine\fR=\fI\,ENGINE\/\fR Database type, e.g. sqlite, mysql, postgresql or cockroachdb. Default is "postgresql". .HP \fB\-s\fR SCHEMA, \fB\-\-schema\fR=\fI\,SCHEMA\/\fR .TP \fB\-t\fR TABLES, \fB\-\-tables\fR=\fI\,TABLES\/\fR Only generate the specified tables. Multiple table names should be separated by commas. .TP \fB\-v\fR, \fB\-\-views\fR Generate model classes for VIEWs in addition to tables. .TP \fB\-i\fR, \fB\-\-info\fR Add database information and other metadata to top of the generated file. .TP \fB\-o\fR, \fB\-\-preserve\-order\fR Model definition column ordering matches source table. .TP \fB\-I\fR, \fB\-\-ignore\-unknown\fR Ignore fields whose type cannot be determined. .TP \fB\-L\fR, \fB\-\-legacy\-naming\fR Use legacy table\- and column\-name generation.