Librenix  
(Show all Python articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Transactional Database Persistence for Python

Up
vote
Down

Add some transaction processing robustness to your Python programs.
In this article, we cover the very basics of the Zope Object Database (ZODB) for Python programmers. This short article documents almost everything you need to know about using this powerful object database in Python. In a later article, I will cover some of the more advanced features of ZODB for Python programmers.

ZODB is a database for Python objects that comes with Zope. If you've ever worked with a relational database, like PostgreSQL, MySQL, or Oracle, than you should be familiar with the role of a database. It's a long term or short term storage for your application data.
 read more | mail this link | score:1574 | -Alex, January 15, 2003
More Programming articles...

Large Framed Abstract Art

Selected articles

Currency Traders Telnet Game

VPS: Xen vs. OpenVZ

Apple to Intel move no threat to Linux

MiniLesson: An introduction to Linux in ten commands

Hacker Haiku

Programming Language Tradeoffs: 3GL vs 4GL

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin