Open main menu

Gramps β

Changes

Using database API

No change in size, 19:02, 21 May 2014
m
no edit summary
Explanation of the basics, underlying Gramps database. This is not intended to be a reference manual, but an introductory programmer's guide to using the Gramps database access routines.
Separate [http://www.gramps-project.org/docs/ API Reference Documentation for version 4.0.x of Gramps] and simple [[Media:API.svg|UML (svg) for 34.41.x]] are available.
Gramps is written in the [http://www.python.org Python] language. A basic familiarity with Python is required before the database objects can be effectively used. If you are new to Python, you may wish to check out the [http://docs.python.org/tut/tut.html Python tutorial].