Hello,
I wander if any one is familiar with database utility or open source which we can use in application above linux.
Regrads,
Ran
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Ran:
mysql is open-source and is available for Windows and for many x86 Linux distributions for free:
http://www.mysql.com/downloads/mysql/#downloads
But you probably need it to run on ARM, I don't know about that.
Regards,
Michael T
I would suggest sqlite. Its lightweight and should be pretty easy to cross compile.
Thanks for the idea. Though, I think that the alternative of implementing simple database for store/retrieve information which is stored in standard types (float/integer) up to 32 bits can be suffeceint for all our required parameters. I'm not sure we need such tools as sqllite for such simple database in application.
Regards,
Ran