15 lines
264 B
Markdown
15 lines
264 B
Markdown
sqlacodegen postgresql+psycopg2://postgres:postgres@localhost:5432/postgres --outfile app/models_reflect.py
|
|
|
|
|
|
|
|
psql -U postgres -d postgres
|
|
|
|
|
|
|
|
pg_dump -h 127.0.0.1 -U postgres postgres> backup.sql
|
|
|
|
|
|
|
|
|
|
|
|
pg_dump -h 127.0.0.1 -U postgres postgres > D:\database_backup |