summaryrefslogtreecommitdiff
path: root/databases/py-cassa
AgeCommit message (Collapse)AuthorFilesLines
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-06-30Doesn't work with Python 2.4joerg1-1/+2
2010-05-01Import pycassa version 0.3.0.tonnerre4-0/+45
pycassa is a Cassandra library with the following features: 1. Auto-failover single or thread-local connections 2. A simplified version of the thrift interface 3. A method to map an existing class to a Cassandra ColumnFamily. 4. Support for SuperColumns