SQLite
About
SQLite is a relational database management system.
This is an embedded database meaning that:
- There is no server that you need to connect to,
- you reach a file on the file system with a client or your library
The database is implemented in C.