Changes

Jump to: navigation, search

Using database API

100 bytes removed, 10:26, 8 June 2009
m
Primary Objects: point to the more recent but outdated version
==Primary Objects==
Primary objects are the fundamental objects in the GRAMPS database. These objects are:
* [http://www.gramps-project.org/devdoc/api/2.2/privateapi3/RelLib._Person.Person-class.html Person] - Contains the information specific to an individual person.* [http://www.gramps-project.org/devdoc/api/2.2/privateapi3/RelLib._Family.Family-class.html Family] - Contains the information specific to relationships between people. This typically contains one or two parents and zero or more children.* [http://www.gramps-project.org/devdoc/api/2.2/privateapi3/RelLib._Source.Source-class.html Source] - Contains the information related to a source of information.* [http://www.gramps-project.org/devdoc/api/2.2api3/private/RelLib._Place.Place-class.html Place] - Contains the information related to a specific place.* [http://www.gramps-project.org/devdoc/api/2.2/privateapi3/RelLib._MediaObject.MediaObject-class.html Media Object] - Contains the information related to a media object. This includes images, documents, or any other type of related files.* [http://www.gramps-project.org/devdoc/api/2.2/privateapi3/RelLib._Event.Event-class.html Event] - Contains the information related to an event. The event is treated as a primary object in the database, it currently does not appear as a primary object to the end user.
Primary objects are treated as tables within the database. Individual components that compose the primary object are stored as individual items in the database.
920
edits

Navigation menu