Do anyone here use Python *embedded* in a database?

Jonathan Fine jfine at pytex.org
Wed Aug 5 08:17:44 EDT 2009


Hi

I'm writing a talk that compares embed and extend, and wondered if 
anyone here ever used the Python *embedded* in a database server.
     http://twistedmatrix.com/users/glyph/rant/extendit.html

Web frameworks (such as Django) use extend, to import an extension 
module that makes a connection to a database.

If you have used embed, you might have consulted a page such as:
     http://www.postgresql.org/docs/8.3/interactive/plpython-funcs.html

-- 
Jonathan



More information about the Python-list mailing list