[DB-SIG] Persistence

M.-A. Lemburg mal@lemburg.com
Tue, 05 Dec 2000 20:01:56 +0100


"Frank J.S. Chen" wrote:
> 
> Hi,
> 
> Is that possible to put a Python object into a relational database?

Sure, you only have to pass it through the Python pickle module
and then store it in a varchar() or blob.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Company:                                        http://www.egenix.com/
Consulting:                                    http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/