SQLite Forum

SQLite Page Cache Subsystem as Library
Login
Is it possible to use the SQLite page cache subsystem as a library?

Specifically, I want to write an application that has ACID capabilities, but I would prefer to use something that is already well-tested.

I also have full control over the format, so I can make the file format something that would work with the assumptions of the page cache subsystem.