Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2172 มุมมอง

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.

 

อวตาร
ละทิ้ง