GinTon wrote:
> Zopdb is not based on the ODMG 3 specification. but I have found a free
> ODBMS based on the ODMG 3 specification althought it only has
> programming interfaces for C++ and Java, but we would ask to authors an
> interface for python.
> http://www.eyedb.org/
Althought it could be used SIP with C++ bindings
http://www.riverbankcomputing.co.uk/sip/

These are the conclusions of several Python wrappers that shows that
SIP generates the fastest wrappers:

*  Manual wrapping is still fastest and most versatile
*  SIP, Boost and Babel generate native extension modules with low
overhead
*  SWIG-generated modules rely on pure Python wrapper module and
introduce a large overhead
*  Wrapper tool highlights:
     - SIP generates the fastest wrappers
     - SWIG is mature and well documented
     - Boost.Python most elegant integration of C++ and Python
     - Babel supports languages as both target and source

http://people.web.psi.ch/geus/talks/europython2004_geus.pdf


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to