Description
Adds 32-bit TDB support for applications that need a small local key-value database with concurrent commit behavior. It helps compatibility services and tools store lightweight structured state.
Database files can hold private state and may be damaged by unsafe writes or storage failures. Applications should use locking and backup behavior appropriate to their data.