I just started working on an OrientDb driver for Go. Right now it supports basic connect/disconnect and command/query operations using the Rest API @Luca mentioned. At the moment is pretty basic, and just returns a slice of maps representing the raw data that OrientDb hands back. I'd like to have it be a little smarter and dynamically generate a struct result based on the data requested, and also eventually implement the binary protocol. Check it out here: https://github.com/sdcoffey/gorientdb
There's a lot of work to do still, so feel free to contribute or submit bug reports! Cheers, Steve On Saturday, January 24, 2015 at 6:44:33 AM UTC-5, Laszlo Szenes wrote: > > I just discovered OrientDB and it looks to be a perfect fit for my > upcoming projects. > > However, I could not locate any information on the existence of a driver > for Go. > > If anybody knows of an existing project for this please let me know. > > Thanks! > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
