On Sat, Mar 28, 2015 at 4:19 AM, Daniel Gruno <humbed...@apache.org> wrote:
> > > On 2015-03-28 10:12, Greg Stein wrote: > >> I haven't looked at how you've modified the code .. but is it something >> more than the Python DBAPI ? ... I'd think that should allow us to hook >> into about everything. >> > AIUI, the DBAPI is for traditional relational databases, not object-based > (noSQL etc) ones. > Having said that, I would love for us to also support relational databases. Yup, DBAPI was designed for row-oriented databases (relational is about the query, rather than the result; we designed DBAPI on getting _rows_ out into Python). Can you point me to the code that "needs" an object-based storage? ... where is this stuff, and I can look at the storage stuff. Sorry to ask for the pointer. So much has happened in the past two weeks. I've missed a lot. Thx, -g