Next: , Previous: , Up: The Prolog Library   [Contents][Index]


10.26 External Storage of Terms (LMDB)—library(lmdb)

This library module handles storage and retrieval of terms on files. By using indexing, the store/retrieve operations are efficient also for large data sets. The package is an interface to the Lightning Memory-Mapped Database Manager (LMDB). The API is quite similar to the deprecated library(bdb), and provides essentially the same functionality, although some details differ. The library module is part of SICStus Prolog since release 4.7.0.


Send feedback on this subject.