The official go-lang driver for 3.1 can be found here: https://github.com/arangodb/go-driver
The bind variables are described here: https://github.com/arangodb/go-driver/blob/master/database_impl.go#L78 (http://localhost:6060/pkg/github.com/arangodb/go-driver/#Database if you use godoc) Am Montag, 17. April 2017 01:16:52 UTC+2 schrieb Александр Пересмешник: > > >I think most (if not all) support that. At least the new ArangoDB Go > driver fully supports bind variables. > > Please give url for driver which fully supports bind variables > > воскресенье, 16 апреля 2017 г., 15:29:11 UTC+3 пользователь Ewout Prangsma > написал: >> >> I assume you're referring to bind variables in a query. >> I think most (if not all) support that. At least the new ArangoDB Go >> driver fully supports bind variables. >> >> Ewout >> >> Op zondag 16 april 2017 12:02:55 UTC+2 schreef Александр Пересмешник: >>> >>> Use HTTP or write own driver ! All golang drivers from >>> https://www.arangodb.com/arangodb-drivers/ cannot support BIND >>> parameters >>> >>> суббота, 8 апреля 2017 г., 17:22:42 UTC+3 пользователь Tom Glod написал: >>>> >>>> Hi everyone, >>>> >>>> I'm wondering if anyone could shed light on the performance >>>> considerations of using the golang driver for arrangodb vs using the http >>>> api? >>>> >>>> I know which one is easier to implement, but what advantages does using >>>> the driver have over http? is it more performant? by alot? is it still >>>> async? >>>> >>>> any words of wisdom would be appreciated. Thanks >>>> >>>> Tom >>>> >>> -- You received this message because you are subscribed to the Google Groups "ArangoDB" 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.
