On Wednesday, February 24, 2016 at 8:22:56 AM UTC-8, Brad Robertson wrote: > > We're exploring the use of OrientDB, which is a graph DB with an extended > SQL syntax. > > I'm wondering if this would be a good fit as a Sequel adapter? Right now > there's no native ruby binding, just a native Java one, so I'm imagining > we'd implement it similar to jdbc using orientdb's jars for connecting. > > I'm just trying to suss out the feasibility of this. > > Thoughts? >
It should be possible to implement it as an external adapter. It's probably not a good fit for shipping with Sequel itself. If you are interested in working on an external adapter for OrientDB, you should probably look at the other external jdbc adapters listed at http://sequel.jeremyevans.net/plugins.html. If you have questions about specific issues in terms of setting up an external adapter, you can post here and I'll try to help. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
