n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Investigate changing the log to use SQL Lite 3 instead of a flat file #719

Open ny4i opened 5 months ago

ny4i commented 5 months ago

The log currently is in a flat file. This has issues with concurrency coupled with the fact that the file is read and written at different places in the code. Look into what it would take to move the log to SQLite3 to provide a lightweight database support. This is purely investigational work. It is documented here for future ideas.

This project would provide a driver for Delphi7 to access SQLite3.

https://github.com/plashenkov/SQLite3-Delphi-FPC/tree/master