olcai / ais-logger

A simple viewer and logger for data received by AIS-transponders or AIS-receivers.
16 stars 8 forks source link

Pls support MySQL/SQL server/DBAL #1

Open dwaard opened 8 years ago

olcai commented 8 years ago

Hi and thank you for your request!

I haven't touched AIS Logger for many years since I'm not using it actively any more (I don't even have access to a proper AIS receiver nowadays).

In theory, it should be really easy to support generic SQL backends like MySQL & friends. Nothing exotic at all is happening with the DB, just a bunch of inserts really. I'm not sure if I will take the time to investigate this further, but I can certainly help if you want to go ahead and do it yourself. Is there a specific use case where another database instead of SQLite would be preferable?

dwaard commented 8 years ago

I'm considering using it in combination with an existing php/mysql application. It will help is ais-logger can insert it directly into the same database.