콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
2178 화면

what is t technical understanding behind openerp's communication to postgresql ?

if a user selects a db in openerp UI and do a data insertion or updation or deletion how it affects in the relevant db in postgresql ?

아바타
취소
베스트 답변

create/drop databases using UI does exactly what it's intended too i.e. corresponding databases are created/dropped in the postgresql.

As I've answered here most of operations are layered through ORM,  of course ORM internally comunicates with database using database commands/queries.

 

아바타
취소