Re: EEC V file conversion
Posted: 2024 Dec 04, 20:38
I agree, the database engine is not the first issue. Several engines could easily do the job.
I had the idea that with Sqlite, there could be a file/database for each bin. Not really a true share as such, as users would have to download (upload?) file(s) and use it locally. Version control might become a big problem if uploads allowed.
A true online database is an idea too, but as you say, then the issue becomes how present the data in a way which is useful to all the apps, and make it a defined program interface for various app connections (and so on).
Don't know what best answer is !
NB> I didn't do transfer type work as you are, my career was more within a custom project and at the DB server end (so no web server experience).
I had the idea that with Sqlite, there could be a file/database for each bin. Not really a true share as such, as users would have to download (upload?) file(s) and use it locally. Version control might become a big problem if uploads allowed.
A true online database is an idea too, but as you say, then the issue becomes how present the data in a way which is useful to all the apps, and make it a defined program interface for various app connections (and so on).
Don't know what best answer is !
NB> I didn't do transfer type work as you are, my career was more within a custom project and at the DB server end (so no web server experience).