Hello all, I'm trying to build an app and the most suitable type of database to work with for what I want to build would be a graph database. I've done some reading around it and ones like neo4j, orientdb, titan, sparksee, seem to be quite popular in the python communities seeing as they have python APIs. I'm wondering however if web2py has support for any graph database at all? I started with a workaround where I connect to an sqlite database primarily using the DAL but then in my model, i also have an object that connects to a graph database, and I write to both databases separately. Isn't there a slice somewhere explaining web2py and graph databases or something like that?
Any info at all on how those two (web2py and graph DBs) mix? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

