2

Is there any way to connect OPA to existing data in relational databases (e.g. oracle or sql server)?

Thanks

seven3010
  • 23
  • 2

1 Answers1

2

Pretty sure the answer is no. Here's my evidence:

http://opalang.org/jobs.xmlt

Scroll down to "Adding support for relational databases in Opa".

So it's not supported now, but the developers have it on their radar.

o-town
  • 143
  • 1
  • 1
  • 5
  • Yup, indeed, that's a pretty accurate summary. Although note that it's very easy to connect to existing REST APIs so of you have (or can set up) such a layer for your relational database that should work. – akoprowski Mar 06 '12 at 08:03