mod_storage_gdbm/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 11 Nov 2023 22:47:14 +0100
changeset 5701 4a0279c5c7ed
parent 1807 4d73a1a6ba68
permissions -rw-r--r--
mod_storage_s3: Implement archive store deletion Not the most efficient way but should work.

---
labels:
- 'Stage-Beta'
- 'Type-Storage'
- ArchiveStorage
summary: 'Lua-GDBM storage'
...

Introduction
============

This is a storage module using GNU DBM as backend. It supports archives.

Dependencies
============

[lgdbm](http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/#lgdbm) is
required to access gdbm databases.

Details
=======

Refer to [Prosodys data storage
documentation](https://prosody.im/doc/storage).

Compatibility
=============

  -------- -------------
  \>=0.9   Should work
  -------- -------------