2012
PostgreSQL when it is not your job
Just open a postgresql configuration file. Your first impression will be “this looks like the dashboard of an ancient boeing 747” and “we’re all going to die”. 500 options and knobs you can twist.
2009
true false maybe » SQLAlchemy Migrations
Here's my quickstart on how to get up and running with sqlalchemy migrations under pylons.
how to set up sqlalchemy-migrate for your application.
2008
Using Fixture To Test A Pylons SQLAlchemy App — fixture v1.0 documentation
This explains how to use fixture in the test suite of a simple Address Book application written in Pylons powered by two tables in a SQLite database via SQLAlchemy.
simple way to do unit testing with Pylons
2007
django-evolution - Google Code
by 1 otherDjango Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.
Document-based Ruby Database
by 1 otherRDDB is a Ruby Document-oriented Database. It is inspired by CouchDB
could be a good API to CouchDB as well
Sam Ruby: Introducing Basura
If Joe Gregorio can name his framework Robaccia, I certainly can name my database Basura.
The Sam Ruby's essay on a CouchDb like in Python.