Stefan Pabst
11 June 2021
less than a minute read
We are excited to announce that you can now interact with the RKGMS system from a web browser using our new UX notebook. To enjoy this new interactive experience, just go to https://console.relationalai.com.
From here, you can connect to your online or local database, manage your cloud engines, and explore your data with the interactive UX notebook, which you can easily import and export as JSON.
We are excited to announce worksheets, a new interface for submitting Rel queries. Worksheets allow you to develop blocks of Rel code and run them against a database. They can be shared with other users using their URLs.
Read MoreWe are excited to announce the support of varargs in Rel. You can use varargs to write more general code that works for multiple arities. Varargs can be useful when writing generic relations for common utilities.
Read MoreValue types help distinguish between different kinds of values, even though the underlying representation may be identical. Value types can be used to define other value types.
Read More