fix:brapi-java服务初次提交
This commit is contained in:
15
docs/test.md
Normal file
15
docs/test.md
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user