-
Recent Posts
Archives
Categories
Tags
adminer alter table andromeda apgdiff autodoc bottle cherrypy concurrency control constraints create table database tools dbdeploy diva django emacs flask git jinja liquibase mako pagila pesto pgfoundry php post facto postgresql psycopg pyramid python pyyaml sqlalchemy test driven development testing tox ttm twisted unittest user interfaces version control versioning web.py web2py webob werkzeug windowsBlogroll
Meta
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 postgresql, python, ttm, user interfaces
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 postgresql, python, ttm, user interfaces
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 postgresql, python, ttm, user interfaces
8 Comments