SRFI 167: Ordered Key Value Store
Arthur A. Gleckler 19 Apr 2019 03:54 UTC
Scheme Request for Implementation 167,
"Ordered Key Value Store,"
by Amirouche Boubekki,
is now available for discussion.
Its draft and an archive of the ongoing discussion are available
at <https://srfi.schemers.org/srfi-167/>.
You can join the discussion of the draft by filling out the
subscription form on that page.
You can contribute a message to the discussion by sending it to
<xxxxxx@srfi.schemers.org>.
Here's the abstract:
This library describe an interface for ordered key-value store
that is suitable to implement a storage engine for the generic
tuple store SRFI. It maps cleanly with existing ordered
key-value databases that may or may not provide transactions.
Regards,
SRFI Editor