
YugabyteDB Engineering Update – June 27, 2019
We are pleased to announce that YugabyteDB 1.2.11 is live! You can read the release notes of this and previous versions here. This release is shipping with stored procedures support, plus 30 new features, enhancements and bug fixes. Here’s a few highlights from the 1.2.11 release.
What’s YSQL? It’s YugabyteDB’s PostgreSQL-compatible, distributed SQL API.
[#1155] Support for FUNCTION and PROCEDURE
Stored procedures allow developers to “bundle up” operations that would otherwise take several queries and round trips into a single function.
…