How to insert, update and delete from postgres db?

The plugin sample only works with mysql and uses PHP’s PDO and I don’t know how to use it.
Can someone help me to create a a load/save script for postgres?

Hi,

There are several guides how to work with various connectors https://docs.dhtmlx.com/connector__index.html
If you use PostgreSQL DataBases, you need use either PHP Connector or Java Connector, both of them support this DB.

Samples of Server-Side Initialization:
https://docs.dhtmlx.com/connector__php__server_side_sample.html
https://docs.dhtmlx.com/connector__java__server_side_sample.html