Ok, time to extend the GemConnect package. I’m in the process of writing an additional package, loadable just after GemConnect, and write several extension to the base classes.
The following features are wanted:
- Enough knowledge to create a TABLE statement for the specific class
- Additional feature to create CREATE INDEX statements
Its not going to become a mapping tool, the idea is only to store data into simple tables and to make it possible to query the data in that table – for Gemstone/S and for the end user application through an API.
In 12.05, support is added for the class methods “rdbColumnMapping”, “rdbPrimaryKeyMaps” and “rdbTableName”.