Linux – Databases for embedded Linux

databaseembeddedlinuxsoftware-rec

I need to choose a database for an application on an embedded linux platform.

Best Answer

SQLite's small size and levels of completeness, stability & speed make it a popular choice for low-resource environments, which embedded systems usually are. It is used by parts of the current iPhone, Android and Symbian phone operating systems for this reason.

You might want to add some details to your question to get more specific answers: do you know what sort of hardware specification you will be working with for instance?

Related Question