Version 2 of the YottaDB native Go API is released and ready for use. We have blogged about it at
https://yottadb.com/whats-new-in-the-go-api-v2/ and the full API is documented at
https://pkg.go.dev/lang.yottadb.com/go/yottadb/v2, where Go developers look for package documentation.
Compared to the v1 API, the v2 API is more concise, easier to read, and
more intuitive for Go developers, with better performance as well. For
example, the new API includes iterators for traversing (sub)trees. There
is documentation on migrating v1 applications to the v2 API.
We continue to fully support the v1 API, and have no plans to deprecate
it. If you use the v1 API, we encourage you to plan an eventual
migration to the v2 API because of its benefits, including better
maintainability of code written using the v2 API.
Please do read the blog post to see how the v2 API is better all round.
As always, please send any comments, questions, and concerns our way.
Regards
- Bhaskar