Many embedded applications require a database, for example to store configuration data or the results of calculations or measurements.
For embedded applications, simplicity and compactness are key criteria. SQLite is an open source relational database engine with a SQL-compatible query mechanism that meets these requirements, yet provides the power needed for sophisticated applications. This makes it ideal for the embedded world, which has led SQLite to become
>> read more...