The easiest way to get started with OrientDB in Lucee is through the
rest/http api and cfhttp,
someone out there created a driver for Railo but it’s a couple years old
and for an older version OrientDB.
Silly question but is a graph db really needed in your Lucee app?On Monday, November 9, 2015 at 4:17:08 PM UTC-6, Renaud wrote:
Hi,
Is their a way to make Lucee and OrientDB work together.
I am a little bit confused about API & Drivers ; I lack depth technical
knowledge.
Orient DB supports jdbc so you should be able to add the driver to your
lucee install and create a custom datasource to connect to OrientDB
See - https://github.com/orientechnologies/orientdb/tree/develop/jdbcOn Tue, 10 Nov 2015 at 10:34 Renaud <@Renaud> wrote:
Silly question but is a graph db really needed in your Lucee app?
Yes, for crud I think it’s fine, I also had tried the jdbc and had issues
with parameterized queries which I don’t think it supported at the time,
Orientdb’s SQL is so much like regular SQL it leaves it open to plain old
sql injections, OrientDB has functions (stored procedures) to help prevent
sqli but not sure if the jdbc driver could execute them.On Tuesday, November 10, 2015 at 9:42:59 AM UTC-6, Chris Blackwell wrote:
Well, i’ve never used it in production, but i did setup orientdb with
lucee, using jdbc and worked through several tutorials. While i’m not sure
what limitations you’re referring too, i was able to perform CRUD
operations directly via using orientdb’s subset of SQL, which
means it presents a familiar interface to cfml dev’s
On Tue, 10 Nov 2015 at 13:08 mark <mgr...@gmail.com <javascript:>> wrote:
The JDBC driver is very limited and really meant for a database gui or
reporting tool.
On Tuesday, November 10, 2015 at 5:50:27 AM UTC-6, Chris Blackwell wrote:
Also, Lucee administrator offer many other Datasource JDBC. Are they
installed, or should I get them before ?
H2 seem to remplace Derby. Is there any specific reason ?