From 4abba0762670568ed34357c59b4d8f737507c1eb Mon Sep 17 00:00:00 2001 From: josh-wong Date: Fri, 30 May 2025 06:09:44 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.13/features.mdx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/versioned_docs/version-3.13/features.mdx b/versioned_docs/version-3.13/features.mdx index 5638d0e0..be79099d 100644 --- a/versioned_docs/version-3.13/features.mdx +++ b/versioned_docs/version-3.13/features.mdx @@ -10,13 +10,12 @@ displayed_sidebar: docsEnglish This document briefly explains which features are available in which editions of ScalarDB. -| | ScalarDB Core (Community) | ScalarDB Cluster (Enterprise Standard) | ScalarDB Cluster (Enterprise Premium) | ScalarDB Analytics (Enterprise) | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------|----------------------------------------|---------------------------------------------|---------------------------------| -| [Transaction processing across databases with primitive interfaces](getting-started-with-scalardb.mdx) | ✅ | ✅ | ✅ | ❌ | -| [Clustering](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx) | ❌ | ✅ | ✅ | ❌ | -| [Authentication/authorization](scalardb-cluster/scalardb-auth-with-sql.mdx) | ❌ | ✅ | ✅ | ❌ | -| [SQL interface (SQL API, JDBC, Spring Data JDBC, and LINQ)](scalardb-sql/jdbc-guide.mdx) | ❌ | ❌ | ✅ | ❌ | -| [GraphQL interface](scalardb-graphql/how-to-run-two-phase-commit-transaction.mdx) | ❌ | ❌ | ✅ | ❌ | +| | ScalarDB Core (Community) | ScalarDB Cluster (Enterprise Standard) | ScalarDB Cluster (Enterprise Premium) | ScalarDB Analytics (Enterprise) | +|--------------------------------------------------------------------------------------------------------|---------------------------|----------------------------------------|---------------------------------------|---------------------------------| +| [Transaction processing across databases with primitive interfaces](getting-started-with-scalardb.mdx) | ✅ | ✅ | ✅ | ❌ | +| [Clustering](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx) | ❌ | ✅ | ✅ | ❌ | +| [Authentication/authorization](scalardb-cluster/scalardb-auth-with-sql.mdx) | ❌ | ✅ | ✅ | ❌ | +| [SQL interface (SQL API, JDBC, Spring Data JDBC, and LINQ)](scalardb-sql/index.mdx) | ❌ | ❌ | ✅ | ❌ | +| [GraphQL interface](scalardb-graphql/index.mdx) | ❌ | ❌ | ✅ | ❌ | \* This feature is not available in the Enterprise Premium edition. If you want to use this feature, please [contact us](https://www.scalar-labs.com/contact). -