Load data stored in PostgreSQL json datatype

Are there any examples of storing/retrieving all the scheduler event data in the DB as a json datatype. Assuming the table has 2 columns id(pk), dhxevents(json) how would the data connector/processor be setup. Or would I need connector/processor at all? To make it easier the loaded events would be read only as they are prior revisions of a current schedule.

Hello,

You need to use DHTMLX connector for loading data from database.
More info:
docs.dhtmlx.com/connector__php__index.html

Samples:
docs.dhtmlx.com/connector__php__samples.html