Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2164 Lượt xem

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 ?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

 

Ảnh đại diện
Huỷ bỏ