diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-09-18 21:49:54 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-09-18 22:09:26 +0200 |
commit | 88ae2599f6dbf655e8806c9b4619ec089425683b (patch) | |
tree | 850cb2048401efff1650a2ce29b41df8464c7092 /INSTALL | |
parent | 33fa1dcd5a87035de1d9b8df65e5c7551b4bbd1b (diff) | |
download | biboumi-88ae2599f6dbf655e8806c9b4619ec089425683b.tar.gz biboumi-88ae2599f6dbf655e8806c9b4619ec089425683b.tar.bz2 biboumi-88ae2599f6dbf655e8806c9b4619ec089425683b.tar.xz biboumi-88ae2599f6dbf655e8806c9b4619ec089425683b.zip |
Introduce an optional Database module
Uses litesql
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -49,6 +49,12 @@ Libraries: Other branches than the 1.11 are not supported. http://botan.randombit.net/ +- litesql (optional) + Provides a way to store various options in a (sqlite3) database. Each user + of the gateway can store their own values (for example their prefered port, + or their IRC password). + http://git.louiz.org/litesql + - systemd (optional) Provides the support for a systemd service of Type=notify. This is useful only if you are packaging biboumi in a distribution with Systemd. |