fast api
postgres실습,docker
C:\Users\User>createdb -U postgres function_example 암호: C:\Users\User>ipconfig psql -U postgres -d function_example -f C:/Users/User/Desktop/postgres/function_example.dump created -Upostgres cmd로 postgres암호설정 postgres=# \c function_example 접속정보: 데이터베이스="function_example", 사용자="postgres". function_example=# drop table develop_book; DROP TABLE function_example=# \dt 릴레이션(relation) 목록 스키마 | 이름 | 종류..