How do I use Neo4j as database with Opa?

Does db support has to be added to Opa before I can use a particular db?

link|improve this question

feedback

1 Answer

Neo4j has a REST API with a JSON interface. It would be easy to communicate with this db in Opa.

Search WebClient and Json in http://doc.opalang.org

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.