SQLiten
SQLiten is a lightweight, serverless, self-contained, transactional SQL database engine. It is not a standalone database server; rather, it is a library that implements a fast, reliable, and full-featured SQL database engine entirely within a C programming language library. The key distinguishing feature of SQLiten is its database being a single ordinary file on disk. This makes it an incredibly popular choice for embedded systems, mobile applications, and desktop software where a full client-server database is not required or practical.
The database itself is an extremely simple, zero-configuration, transactional, and fully featured SQL database engine. It
SQLiten is widely used in a vast array of applications. Mobile operating systems like Android and iOS