Files
brapi-java/docs/test.md
2026-05-21 16:54:21 +08:00

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