Tag Archives: ttm

Tuples in the Pythonic, TTM-inspired interface to PostgreSQL

The Third Manifesto formally describes tuple types (RM prescription 6), tuple values (prescription 9), tuple variables (prescription 12) as well as other tuple-related elements. As mentioned in the previous post, a tuple value is a set of ordered triples each … Continue reading

Posted in PostgreSQL, Python, User interfaces | Tagged , , , | Leave a comment

Attributes in the Pythonic, TTM-inspired interface to PostgreSQL

The Third Manifesto‘s Relational Model (RM) prescription 9 defines a relation heading as “a set of ordered pairs or attributes of the form <A,T>,” where A is the name of the attribute and T is the name of the declared … Continue reading

Posted in PostgreSQL, Python, User interfaces | Tagged , , , | 1 Comment

A Pythonic, TTM-inspired interface to PostgreSQL – Requirements

Several moons ago, I started a series of posts about “designing and implementing a generic end user interface for PostgreSQL.” After a while, the series got sidetracked by other issues. More recently, I have returned to the original endeavor. Partly … Continue reading

Posted in PostgreSQL, Python, User interfaces | Tagged , , , | 8 Comments