gnustep-dl2-0.12.0/ 0000755 0001750 0001750 00000000000 11147475626 013003 5 ustar ayers ayers gnustep-dl2-0.12.0/GDL2.gsdoc 0000644 0001750 0001750 00000004540 11147065766 014517 0 ustar ayers ayers
The GNUstep Database Library 2 (GDL2) is a set of libraries to map
Objective-C objects to rows of relational database management systems
(RDBMS). It aims to be compatible with Enterprise Objects Framework
(EOF) as released with WebObjects 4.5 from Apple Inc. GDL2 consists of the following components: The fundamental abstraction library which includes many non RDBMS
related extensions such as KeyValueCoding extensions and other
categories. Most importantly it contains the classes which handle the
coordination of object graphs namely EOEditingContext. This library implements the underlying mechanism to
retrieve and store data in RDBMS. It defines the abstract
classes like EOAdaptor which are subclassed to interface with
concrete RDBMS implementations. This library implements classes used to synchronize UI
components such as NSTextFields, NSButtons and NSTableViews
with the state of objects which an EOEditingContext contains.