Software /
code /
prosody-modules
Comparison
mod_storage_gdbm/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parent | 1782:mod_storage_gdbm/README.wiki@29f3d6b7ad16 |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Beta' | |
4 - 'Type-Storage' | |
5 - ArchiveStorage | |
6 summary: 'Lua-GDBM storage' | |
7 ... | |
8 | |
9 Introduction | |
10 ============ | |
11 | |
12 This is a storage module using GNU DBM as backend. It supports archives. | |
13 | |
14 Dependencies | |
15 ============ | |
16 | |
17 [lgdbm](http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/#lgdbm) is | |
18 required to access gdbm databases. | |
19 | |
20 Details | |
21 ======= | |
22 | |
23 Refer to [Prosodys data storage | |
24 documentation](https://prosody.im/doc/storage). | |
25 | |
26 Compatibility | |
27 ============= | |
28 | |
29 -------- ------------- | |
30 \>=0.9 Should work | |
31 -------- ------------- |