From dfbba04bd70c9398ea3e115d446ca2575fe7d7f2 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 25 May 2013 23:04:45 +0000 Subject: [PATCH] Add note to TODO file about python ORMs for public key storage. --- docs/TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/TODO b/docs/TODO index 58e6520..aafbe72 100644 --- a/docs/TODO +++ b/docs/TODO @@ -13,6 +13,13 @@ generated. It would be nice to make the file descriptors for communication with the GnuPG process configurable, and not the default, hard-coded 0=stdin 1=stdout 2=stderr. +** TODO look into RDBMS/ORM for public key storage :io:db: +see http://stackoverflow.com/q/1235594 and http://elixir.ematia.de/trac/wiki + +memcached and pymemcached were the first ones I looked at, then I discovered +redis, which seemed better. At some point we should look into using elixer, +mentioned in the above SO post, so that the backend DB can be chosen freely +and we´re not restricting users to only memcached/cassandra/redis/sqlite/etc. * Key editing :editkey: ** TODO add '--edit-key' feature :editkey: