diff --git a/app/views/docs/databases-relationships.phtml b/app/views/docs/databases-relationships.phtml index 5b0feb4c0..8da2831e2 100644 --- a/app/views/docs/databases-relationships.phtml +++ b/app/views/docs/databases-relationships.phtml @@ -1,8 +1,8 @@
Relationships describe how documents in different collections are associated, so that related documents can be read, updated, or deleted together. Entities in real-life often associate with each other in an organic and logical way, like a person and their dog, an album and its songs, or friends in a social network. These types of association between entities can be modeled in Appwrite using relationships.
Appwrite Relationships is a beta feature. The API and behavior are subject to change in future versions.
+Appwrite Relationships is an experimental feature. The API and behavior are subject to change in future versions.
Querying is currently not available in the beta version of Appwrite Relationships but will be added in a later version.
+Querying is currently not available in the experimental version of Appwrite Relationships but will be added in a later version.
text($platform['description']); ?>
@@ -63,7 +63,7 @@ $markdown->setSafeMode(true); official - beta + experimental @@ -79,7 +79,7 @@ $markdown->setSafeMode(true);We are always looking to add new SDKs to our platform, but if the SDK you are looking for is still missing or in a beta channel, you can always integrate with Appwrite directly using any standard HTTP client and the Appwrite REST API. You can learn more about how you can integrate directly with Appwrite HTTP API from our dedicated blog post on the topic.
+We are always looking to add new SDKs to our platform, but if the SDK you are looking for is still missing or is labeled experimental, you can always integrate with Appwrite directly using any standard HTTP client and the Appwrite REST API. You can learn more about how you can integrate directly with Appwrite HTTP API from our dedicated blog post on the topic.