Difference between revisions of "Gramps Data Model"

From Gramps
(See also)
(See also)
Line 19: Line 19:
 
** [https://gramps-project.org/wiki/images/2/2e/API.svg  UML (svg) for Gramps 4.1.x API]
 
** [https://gramps-project.org/wiki/images/2/2e/API.svg  UML (svg) for Gramps 4.1.x API]
 
* [[GEPS_013:_Gramps_Webapp#Model_overview|GEPS_013: Gramps Django Webapp:Model overview]]
 
* [[GEPS_013:_Gramps_Webapp#Model_overview|GEPS_013: Gramps Django Webapp:Model overview]]
 +
* {{bug|10851}} : Gramps Data Model - Polish Version - Gramps 5.0.0
  
 
[[Category:Developers/General]]
 
[[Category:Developers/General]]
 
[[Category:GEPS]]
 
[[Category:GEPS]]

Revision as of 07:57, 28 October 2018

Gramps-notes.png
Gramps data model (v4.1)

Gramps uses the pickle module to serialise object hierarchies and store them in the database.

Details of the pickle module can be found here:

Below is a diagram of the Gramps data model (v4.1)

Primary objects are coloured blue. Secondary objects are coloured black. The dotted lines enclose object hierarchies that are stored in the database tables.


GrampsDataModel.svg

See also