Table (Server)

jaimzj9 years ago

Dear Anton,

What is the table (Server & Traccar) for? any future development / feature plans ?

Also, why I ask that is because.

I was wondering, if it is possible for A Single running instance of Traccar, can save positions into different database on the same server based on any set parameter etc linked to the device table or any other way.

-James

Anton Tananaev9 years ago

Server contains global server configuration. For example, it has a flag to switch on and off public user registration.

Traccar table for now is used just as a marker that the database schema has been created.

All SQL queries are in the config, so you should be able to save data into any other database or table as long as they are on the same SQL server instance.