On Aug 6, 2013, at 6:03 PM, marcelo nicolet <[email protected]> wrote:
> I'm interested in neo4j graph database engine. > As per the main page ( www.neo4j.org) there are 2 python drivers for > encapsulating programmatic access to the remote graph db. (There is one more, > but is embedded). > > How can Dabo UI and report facilities interface with those two drivers? Dabo is designed to work with DBAPI-compliant drivers, and it doesn't look like the one for neo4j is. So what that means is that you would have to find some way to map the results from the GraphDatabase to a dDataSet instance, which is what the UI and report classes expect. -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
