Serialization and on-disk persistence for Lua values

$ luarocks install shelve

The shelve module implements a persistent table-like storage data structure which can store any Lua data values, which are marshalled and unmarshalled transparently. Persistence uses the GDBM or NDBM libraries.

Versions

0.35.3-14 years ago83 downloads
0.35.2-14 years ago29 downloads
0.35.1-17 years ago133 downloads
0.35.0-28 years ago105 downloads
0.35.0-18 years ago55 downloads

Dependencies

lua >= 5.1

Manifests