-
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 html forms jinja liquibase mako pagila pep8 pesto pgadmin pgfoundry php phppgadmin post facto postgresql psycopg pyramid python pyyaml sqlalchemy test driven development twisted unittest user interfaces version control versioning web.py web2py webob werkzeugBlogroll
Meta
Monthly Archives: January 2012
The Phantom of the Database – Part 4
At the end of November, I finished the third episode with mild suspense: I suggested that the problem of optimistic “locking” could perhaps be solved in PostgreSQL with something other than extra qualifications, row version numbers or timestamps. Let’s start … Continue reading
Posted in PostgreSQL, Python, User interfaces
Tagged concurrency control, postgresql, python, user interfaces
3 Comments
Python Web Frameworks – Application Object
In response to my previous post, someone asked “… what’s the point? How one way is better than the other?” My response was that I’m “not trying to judge these frameworks from the perspective of a developer (at least not … Continue reading
Business Logic in the Database
Chris Travers recently responded to Tony Marston’s critique of an earlier post where Chris advocated “intelligent databases”1. Chris’ response is well reasoned, particularly his point that once a database is accessed by more than a single application or via third-party … Continue reading