Skip to content
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
6 changes: 6 additions & 0 deletions versioned_docs/version-3.12/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ The following Java Development Kits (JDKs) are verified and supported.

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.

:::note

The .NET client SDK is in private preview, which means that future versions might have backward-incompatible updates.

:::

### Other languages

ScalarDB Cluster uses gRPC version 1.65.0, so you can create your own client by using the generated clients of your preferred languages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tags:
- Enterprise Standard
- Enterprise Premium
- Private Preview
---

# Getting Started with the Administrative API in the ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tags:
- Enterprise Standard
- Enterprise Premium
- Private Preview
---

# Getting Started with ASP.NET Core and Dependency Injection in the ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tags:
- Enterprise Standard
- Enterprise Premium
- Private Preview
---

# Getting Started with Authentication and Authorization by Using ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
tags:
- Enterprise Premium
- Private Preview
---

# Getting Started with Distributed SQL Transactions in the ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tags:
- Enterprise Standard
- Enterprise Premium
- Private Preview
---

# Getting Started with Distributed Transactions in the ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
tags:
- Enterprise Premium
- Private Preview
---

# Getting Started with LINQ in the ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tags:
- Enterprise Standard
- Enterprise Premium
- Private Preview
---

# Getting Started with Tables as C# Classes in the ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tags:
- Enterprise Standard
- Enterprise Premium
- Private Preview
---

# Getting Started with Distributed Transactions with a Two-Phase Commit Interface in the ScalarDB Cluster .NET Client SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tags:
- Enterprise Standard
- Enterprise Premium
- Private Preview
---

# ScalarDB Cluster .NET Client SDK Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,11 @@ To try running transactions by using a two-phase commit interface, see the follo
<h3>Two-phase commit interface</h3>

For details about how to run transactions by using a two-phase commit interface, see [Getting Started with Distributed Transactions with a Two-Phase Commit Interface in the ScalarDB Cluster .NET Client SDK](../scalardb-cluster-dotnet-client-sdk/getting-started-with-two-phase-commit-transactions.mdx).

:::note

The .NET client SDK is in private preview, which means that future versions might have backward-incompatible updates.

:::
</TabItem>
</Tabs>