This is the main class for database queries:
https://github.com/tananaev/traccar/blob/master/src/org/traccar/database/DataManager.java
Thanks Anton. Could you provide me with a few sample usages? I thought there would be mysql queries like SELECT from WHERE etc.
Queries are in the config:
https://github.com/tananaev/traccar/blob/master/debug.xml#L58
Awesome. Thank you so much :)
Hi everyone, I want to create my own Web UI. I was wondering where are the database calls made, in which file? I would like to create my own interface and communicate directly with the MySql database for custom reports so I want to know if it is possible to see how the database is queried?