1,605
edits
Changes
From Gramps
no edit summary
Exactly what is required for a class to implement a fully functional database for Gramps is only determined by examination of the existing BSDDB class. This involves the following components:
Once a full Gramps Database class is created, there needs to be a way of:
We will use the directory structure, as we do now. In each directory, the type of database needs to be identified. This could be done in two ways:
It makes sense that we will reuse and share the backends, so we should use option 1, and develop a database backend plugin type.