Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This project contains the official Go driver for the [ArangoDB database system](
[![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver)

Version 2:
- Tutorial coming soon
- [Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/)
- [Code examples](v2/examples/)
- [Reference documentation](https://godoc.org/github.com/arangodb/go-driver/v2)

Version 1:
- ⚠️ This version is deprecated and will not receive any new features.
Please use version 2 ([v2](v2/)) instead.
Please use version 2 ([v2/](v2/)) instead.
- [Tutorial](Tutorial_v1.md)
- [Code examples](examples/)
- [Reference documentation](https://godoc.org/github.com/arangodb/go-driver)
Expand Down
3 changes: 3 additions & 0 deletions v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The implementation of the v2 driver makes use of runtime JSON serialization,
reducing memory and CPU usage. The combination of JSON serialization and HTTP/2
support makes the driver more efficient and faster.

To get started, see the
[Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/).

## Deprecation Notice

From ArangoDB v3.12 onward, the VelocyStream (VST) protocol is not supported
Expand Down