16,741
edits
Changes
From Gramps
→Process
This is an idea refined from [[GEPS 010: Relational Backend]]. However, without the relational components.
==ProcessProgress==
The first step is to separate all of the gramps.gen.db code into reusable and extendable components. This has begun with the [http://sourceforge.net/p/gramps/source/ci/master/tree/gramps/gen/db/dictionary.py DictionaryDB] {{bug|4972}}, which is a in-memory replacement for the BSDDB. Still needs the indexes, and metadata support (gender names, bookmarks, etc). Also, the Dictionary transaction is non-existent.
==Backends==
Backends to consider: