cl-wal
cl-wal implements simple write ahead log. Write ahead log maintains journal for a master file. Journal is managed with commit, rollback and recover calls. Entries to journal are added with write. The write ahead log does not define any semantics for entries but the user must provide functions for reading and writing both log and master file entries.

Repository: https://github.com/danlentz/cl-wal

License: MIT


StructuredStorage