Database interface

TwitterFacebook
Get flash to fully experience Pearltrees
http://labs.codernity.com/codernitydb/quick.html Every single part of code block will be full example, so you can copy & paste it to play with it Insert / Save / Store I want to store 100 objects in database Status Autogenerated _id field Simple key-value

Quick tutorial — CodernityDB

djangoappengine - Django App Engine backends (DB, email, etc.) | All Buttons Pressed

http://www.allbuttonspressed.com/projects/djangoappengine Djangoappengine contains all App Engine backends for Django-nonrel, e.g. the database and email backends.
Neo4j

PyMongo 1.11 Documentation — PyMongo v1.11 documentation

http://api.mongodb.org/python/1.11/ Overview PyMongo is a Python distribution containing tools for working with MongoDB , and is the recommended way to work with MongoDB from Python.
http://pythonhosted.org/pymodels/

Easy data modeling with PyModels — PyModels v0.18 documentation

PyModels is a lightweight framework for mapping Python classes to schema-less databases. It is not an ORM as it doesn’t map existing schemata to Python objects. Instead, it lets you define schemata on a higher layer built upon a schema-less storage (key/value or document-oriented). You define models as a valuable subset of the whole database and work with only certain parts of existing entities – the parts you need. Topics: