On Sat, Dec 13, 2008 at 5:15 AM, paul jobs <[email protected]> wrote: > ZODB is to relational databases as Python is to statically-type languages > such as Java. For many applications, especially applications involving > complex objects, a database like the ZODB is a lot easier to deal with. This > is a key reason why ZODB is the most popular back end for Zope applications. > Is it possible to integrate zodb as a db engine in webpy > This will make it really useful to build really complicated applications > using webpy
ZODB is not a relational database and it can't be included along with other databases. However, web.py doesn't stop you from using ZODB in your application. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
