Skip to content

Commit 598cd53

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent df19efe commit 598cd53

11 files changed

+21
-0
lines changed

versioned_docs/version-3.12/requirements.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ The following Java Development Kits (JDKs) are verified and supported.
3030

3131
ScalarDB is provided as a gRPC server called ScalarDB Cluster, which also has a [.NET client SDK](scalardb-cluster-dotnet-client-sdk/index.mdx) that wraps the .NET client generated from the proto file. The SDK is a .NET Standard 2.0 library, so it should work with every implementation and its version that is supported by .NET Standard 2.0. However, the detailed supported implementations and their versions are to be decided.
3232

33+
:::note
34+
35+
The .NET client SDK is in private preview, which means that future versions might have backward-incompatible updates.
36+
37+
:::
38+
3339
### Other languages
3440

3541
ScalarDB Cluster uses gRPC version 1.65.0, so you can create your own client by using the generated clients of your preferred languages.

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-admin-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tags:
33
- Enterprise Standard
44
- Enterprise Premium
5+
- Private Preview
56
---
67

78
# Getting Started with the Administrative API in the ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-aspnet-and-di.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tags:
33
- Enterprise Standard
44
- Enterprise Premium
5+
- Private Preview
56
---
67

78
# Getting Started with ASP.NET Core and Dependency Injection in the ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-auth.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tags:
33
- Enterprise Standard
44
- Enterprise Premium
5+
- Private Preview
56
---
67

78
# Getting Started with Authentication and Authorization by Using ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-distributed-sql-transactions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
tags:
33
- Enterprise Premium
4+
- Private Preview
45
---
56

67
# Getting Started with Distributed SQL Transactions in the ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-distributed-transactions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tags:
33
- Enterprise Standard
44
- Enterprise Premium
5+
- Private Preview
56
---
67

78
# Getting Started with Distributed Transactions in the ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-linq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
tags:
33
- Enterprise Premium
4+
- Private Preview
45
---
56

67
# Getting Started with LINQ in the ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-scalardb-tables-as-csharp-classes.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tags:
33
- Enterprise Standard
44
- Enterprise Premium
5+
- Private Preview
56
---
67

78
# Getting Started with Tables as C# Classes in the ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/getting-started-with-two-phase-commit-transactions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tags:
33
- Enterprise Standard
44
- Enterprise Premium
5+
- Private Preview
56
---
67

78
# Getting Started with Distributed Transactions with a Two-Phase Commit Interface in the ScalarDB Cluster .NET Client SDK

versioned_docs/version-3.12/scalardb-cluster-dotnet-client-sdk/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tags:
33
- Enterprise Standard
44
- Enterprise Premium
5+
- Private Preview
56
---
67

78
# ScalarDB Cluster .NET Client SDK Overview

0 commit comments

Comments
 (0)