Skip to content

AUTO: Docs repo sync - ScalarDB #1273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions versioned_docs/version-3.12/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +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).
10 changes: 10 additions & 0 deletions versioned_sidebars/version-3.12-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,11 @@
"label": "SQL Interface",
"collapsible": true,
"items": [
{
"type": "doc",
"id": "scalardb-sql/index",
"label": "Overview"
},
{
"type": "doc",
"id": "scalardb-sql/jdbc-guide",
Expand Down Expand Up @@ -402,6 +407,11 @@
"label": "GraphQL Interface",
"collapsible": true,
"items": [
{
"type": "doc",
"id": "scalardb-graphql/index",
"label": "Overview"
},
{
"type": "doc",
"id": "scalardb-graphql/how-to-run-two-phase-commit-transaction",
Expand Down
Loading