Difference between revisions of "Addon:Generic DB Access lib"

From Gramps
(does any other addon use it?)
(See also)
Line 6: Line 6:
 
==See also==
 
==See also==
 
* [https://gramps-project.org/blog/2010/01/alternative-interfaces/ Alternative Interfaces], Date: January 23rd, 2010, by Doug Blank, who introduced {{man label|libaccess}} in Gramps 3.2.
 
* [https://gramps-project.org/blog/2010/01/alternative-interfaces/ Alternative Interfaces], Date: January 23rd, 2010, by Doug Blank, who introduced {{man label|libaccess}} in Gramps 3.2.
 +
* [[GEPS 017: Flexible gen.lib Interface]] - Proposal has been withdrawn as after building a prototype, it was found to be too slow for general use.
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
[[Category:Developers/General]]
 
[[Category:Developers/General]]
 
[[Category:Reports]]
 
[[Category:Reports]]

Revision as of 07:03, 13 May 2020

Gramps-notes.png
This is a Third-party Addon. The Addon/Plugin system is controlled by the Plugin Manager.

Please use carefully on data that is backed up, and help make it better by reporting any issues to the bug tracker.
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.

The Generic DB Access lib (AKA libaccess) is an experimental library that provides generic access to the database and the gen.lib interface.

Gramps-notes.png

This article's content is incomplete or a placeholder stub.
Please update or expand this section.


Source code: https://github.com/gramps-project/addons-source/tree/master/libaccess

See also