Gemello
Gemello is a forms front end for PostgreSQL on GTK. It is written in Python
and uses Python as the trigger language.
Gemello combines design concepts of Oracle Forms and Microsoft Access.
It is meant to be simple and lean yet powerful enough to support scalable applications.
Screenshot of an example form featuring a master-detail relationship and a child window.
It uses this form definition file:
Test.xml and this Python trigger
code file associated with it:
Test.py
I started working on a simplified version for
SQLite:
gemellino.tgz
Thomas Führinger