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.
• LMDB Basics: | Basics | |
• LMDB Current Limitations: | Current Limitations | |
• Lightning Memory-Mapped Database Manager: | Lightning Memory-Mapped Database Manager | |
• LMDB DB-Spec Intro: | DB-Spec—Introduction | |
• LMDB Predicates: | Predicates | |
• LMDB Example Session: | Example Session | |
• LMDB DB-Spec Details: | DB-Spec—Details | |
• LMDB Export-Import: | Exporting and Importing a Database |