diegogub / aranGO

Golang driver for ArangoDB
Apache License 2.0
125 stars 31 forks source link

Is this driver still actively maintained ? #41

Closed sheinbergon closed 7 years ago

sheinbergon commented 7 years ago

Are the latest versions of ArangoDB supported by it ?

diegogub commented 7 years ago

hello @sheinbergon, I'm working on v2 branch to support 3.* ArangoDB version. If you find anything that it's not supported please let me know Thanks

sheinbergon commented 7 years ago

@diegogub thanks for responding

So, which version of ArangoDB is most recommended to work with your driver ? What's the ETA for the V2 release ?

diegogub commented 7 years ago

@sheinbergon I'm actually using it v2 and I do not find any issue. http://gopkg.in/diegogub/aranGO.v2 With arango 2.8 and 3.0. I will try to do final test today for 3.1 this weekend or may be during next week Thanks