Want to add new table in Traccar Server Database and also api's to Send, Get, Edit and Delete Data from new Table in Database

Furqan Mughal2 months ago

I am developing a Flutter Application using Traccar Server, I have go through https://www.traccar.org/api-reference/ all apis but can't find a way to create my own table in database also need api's to save, fetch, update and delete data from table. I have paid server and according to my applications logic i need several more table's to store and retrieve data. Is there any way to create table and api's as a Flutter developer that i can manage to create and use.
Help me out! Thanks in Advance

Anton Tananaev2 months ago

That would require backend changes.

Furqan Mughal2 months ago

Guide me what kind of changes require ?
Also backend in which language ?

Anton Tananaev2 months ago

Have you checked the repository before asking these questions?

Furqan Mughal2 months ago

No