Data Load from SQL Database

Is there an example of how to load and filter data from a SQL database using DHTMLX Suite 6?

I have been a user of version 5 and earlier and understand how the connector.php file works, but I’m having trouble understanding how to migrate to version 6.

Thanks!

In DHX6 they leave the interaction with the database entirely to you, the developer. The components’ data structures have load() functions, but all they do is ajax function calls to get JSON data from an API; they don’t do the API for you. I used this tutorial to learn how to build the API.