SQLitea
SQLitea is a lightweight, embedded relational database management system designed for mobile and embedded environments. It adopts a serverless architecture in which the database is stored as a single cross-platform file that the host application opens directly.
Implemented as a self-contained library written in C, SQLitea exposes a SQL interface that supports commonly
Typical deployment scenarios include mobile apps, embedded devices, and desktop applications that require local data storage
Compared with other embedded databases, SQLitea aims to offer a familiar SQL experience with a compact footprint
Development and maintenance are described as community-driven, with the project released under an open-source license. As