pocketSQL is an embeddable relational database engine written in C. It implements a subset of SQL-92 and supports ACID transactions, targeting desktop applications and embedded systems that require lightweight local data storage.
pocketSQL is an embeddable relational database engine written in C. It implements a subset of SQL-92 and supports ACID transactions, targeting desktop applications and embedded systems that require lightweight local data storage.
History
The project was created by Steve Grubb and first released in 2001 as open-source software. It was designed to provide a compact, standards-compliant SQL engine for integration into standalone applications.
Development activity declined after the initial releases, and the project is no longer actively maintained.