Databases
- SQLite is a small C library that implements a self-contained, embeddable, lightweight, zero-configuration SQL database engine
- The database engine of choice for embedded Linux systems
- Can be used as a normal library
- Can be directly embedded into a application, even a proprietary one since SQLite is released in the public domain