Previous: , Up: Persistence stores   [Contents][Index]


8.7.2 Syrup Store

This provides a persistent storage mechanism which serializes the data to a file in syrup format.

The memory store can be found in (goblins persistence-store syrup).

More informaiton about the Syrup serialization format can be found here: https://github.com/ocapn/syrup

Procedure: make-syrup-store backing-filename

Returns a syrup store which stores the data in a file specified in backing-file.