SRFI 167: Ordered Key Value Store

by Amirouche Boubekki

status: final (2019-11-08)

keywords: I/O

See also SRFI 168: Generic Tuple Store Database and SRFI 173: Hooks.

Abstract

This library describes an interface for an ordered key-value store that is suitable for implementing a storage engine for the generic tuple-store SRFI. It maps cleanly to existing ordered key-value databases that may or may not provide transactions.