Re: RDBMS vs ODBMS

2006-09-17 Thread GinTon
GinTon wrote: > Anyway I contacted with eyedb.org in order to know its opinion about a > Python interface and the XML support. I received the following answer of Eric Viara, EyeDB.org: "We planned to introduce soon a plugin mechanism to facilitate the way to write language bindings such as PHP5,

Re: RDBMS vs ODBMS

2006-09-08 Thread GinTon
[EMAIL PROTECTED] wrote: > If it has C++ bindings then maybe SIP could help - > http://www.riverbankcomputing.co.uk/sip/ > > PyQT4 bindings made with SIP are realy nice :) These are the conclusions of several Python wrappers that shows that SIP generates the fastest wrappers: * Manual wrapping i

Re: RDBMS vs ODBMS

2006-09-08 Thread [EMAIL PROTECTED]
If it has C++ bindings then maybe SIP could help - http://www.riverbankcomputing.co.uk/sip/ PyQT4 bindings made with SIP are realy nice :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group.

Re: RDBMS vs ODBMS

2006-09-08 Thread GinTon
Ian Holsman wrote: > On 08/09/2006, at 8:03 PM, 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 > > inter

Re: RDBMS vs ODBMS

2006-09-08 Thread Ian Holsman
On 08/09/2006, at 8:03 PM, 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.e

Re: RDBMS vs ODBMS

2006-09-08 Thread GinTon
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/ It is very powerful, mature, safe, stable. I was

Re: RDBMS vs ODBMS

2006-08-31 Thread Kevin Teague
Hi off-topic'ers, Having done a decent amount of work in both an RDBMS and an ODBMS (mainly PostgreSQL and the ZODB). It has definitely been a love/hate relationship for me - when I am working in an RDBMS I yearn for a ODBMS and vice-versa. The grass is always greener ... Some Pros for an

Re: RDBMS vs ODBMS

2006-08-30 Thread Bjørn Stabell
GinTon wrote: > I have seen that for web applications is best far using a ODBMS: > > 1- Objects in an OODBMS can store an arbitrary number of atomic types > as well as other objects. The fact that an OODBMS is better suited to > handling complex,interrelated data than an RDBMS means that an OODBMS

Re: RDBMS vs ODBMS

2006-08-30 Thread Alan Green
On 8/31/06, Karl Guertin <[EMAIL PROTECTED]> wrote: > > On 8/30/06, GinTon <[EMAIL PROTECTED]> wrote: > > I wanted to know your opinions. Since of my view point I think that the > > web frameworks with ODBMS will be the next big step. > > I prefer an RDBMS because I tend to integrate with other >

Re: RDBMS vs ODBMS

2006-08-30 Thread Mir Nazim
> I prefer an RDBMS because I tend to integrate with other > projects/languages at the RDBMS level. The other advantage is that the > RDBMS are much better tested because they're in wider use. I second carls opinion. With RDBMS you easily create a gui app that connects to the db used by some web

Re: RDBMS vs ODBMS

2006-08-30 Thread Karl Guertin
On 8/30/06, GinTon <[EMAIL PROTECTED]> wrote: > I wanted to know your opinions. Since of my view point I think that the > web frameworks with ODBMS will be the next big step. I prefer an RDBMS because I tend to integrate with other projects/languages at the RDBMS level. The other advantage is tha

Re: RDBMS vs ODBMS

2006-08-30 Thread GinTon
Ian Holsman wrote: > yes.. > what exactly are you proposing here? > > with a OODBMS you shouldn't need any of the ORM functionality.. you > should be able to just use the other sections without > much worry i would suspect. > I wanted to know your opinions. Since of my view point I think that the

Re: RDBMS vs ODBMS

2006-08-30 Thread Ian Holsman
yes.. what exactly are you proposing here? with a OODBMS you shouldn't need any of the ORM functionality.. you should be able to just use the other sections without much worry i would suspect. regards Ian On 30/08/2006, at 8:10 PM, GinTon wrote: > > I have seen that for web applications is be

RDBMS vs ODBMS

2006-08-30 Thread GinTon
I have seen that for web applications is best far using a ODBMS: 1- Objects in an OODBMS can store an arbitrary number of atomic types as well as other objects. The fact that an OODBMS is better suited to handling complex,interrelated data than an RDBMS means that an OODBMS can outperform an RDBM