You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To load a schema via ScalarDB Cluster, you need to use the dedicated Schema Loader for ScalarDB Cluster (Schema Loader for Cluster).
122
122
Using the Schema Loader for Cluster is basically the same as using the [ScalarDB Schema Loader](../schema-loader.mdx) except the name of the JAR file is different.
123
-
You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5).
123
+
You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7).
124
124
After downloading the JAR file, you can run Schema Loader for Cluster with the following command:
@@ -261,18 +261,18 @@ For details about how to configure Spring Data JDBC for ScalarDB, see [Configura
261
261
262
262
Like other SQL databases, ScalarDB SQL also provides a CLI tool where you can issue SQL statements interactively in a command-line shell.
263
263
264
-
You can download the SQL CLI for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5). After downloading the JAR file, you can run the SQL CLI with the following command:
264
+
You can download the SQL CLI for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7). After downloading the JAR file, you can run the SQL CLI with the following command:
Copy file name to clipboardExpand all lines: versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-graphql.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,11 +107,11 @@ For details about the client modes, see [Developer Guide for ScalarDB Cluster wi
107
107
108
108
To load a schema via ScalarDB Cluster, you need to use the dedicated Schema Loader for ScalarDB Cluster (Schema Loader for Cluster).
109
109
Using the Schema Loader for Cluster is basically the same as using the [Schema Loader for ScalarDB](../schema-loader.mdx) except the name of the JAR file is different.
110
-
You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5).
110
+
You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7).
111
111
After downloading the JAR file, you can run the Schema Loader for Cluster with the following command:
Copy file name to clipboardExpand all lines: versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-jdbc.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,10 @@ For details about the client modes, see [Developer Guide for ScalarDB Cluster wi
85
85
86
86
## Step 3. Load a schema
87
87
88
-
To load a schema, you need to use [the SQL CLI](developer-guide-for-scalardb-cluster-with-java-api.mdx#sql-cli). You can download the SQL CLI from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5). After downloading the JAR file, you can use SQL CLI for Cluster by running the following command:
88
+
To load a schema, you need to use [the SQL CLI](developer-guide-for-scalardb-cluster-with-java-api.mdx#sql-cli). You can download the SQL CLI from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7). After downloading the JAR file, you can use SQL CLI for Cluster by running the following command:
Copy file name to clipboardExpand all lines: versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-spring-data-jdbc.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,10 @@ For details about the client modes, see [Developer Guide for ScalarDB Cluster wi
85
85
86
86
## Step 3. Load a schema
87
87
88
-
To load a schema, you need to use [the SQL CLI](developer-guide-for-scalardb-cluster-with-java-api.mdx#sql-cli). You can download the SQL CLI from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5). After downloading the JAR file, you can use SQL CLI for Cluster by running the following command:
88
+
To load a schema, you need to use [the SQL CLI](developer-guide-for-scalardb-cluster-with-java-api.mdx#sql-cli). You can download the SQL CLI from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7). After downloading the JAR file, you can use SQL CLI for Cluster by running the following command:
@@ -165,12 +165,12 @@ For details about the client modes, see [Developer Guide for ScalarDB Cluster wi
165
165
166
166
The database schema (the method in which the data will be organized) for the sample application has already been defined in [`schema.json`](https://github.com/scalar-labs/scalardb-samples/tree/main/scalardb-sample/schema.json).
167
167
168
-
To apply the schema, go to [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5) and download the ScalarDB Cluster Schema Loader to the `scalardb-samples/scalardb-sample` folder.
168
+
To apply the schema, go to [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7) and download the ScalarDB Cluster Schema Loader to the `scalardb-samples/scalardb-sample` folder.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-go-for-scalardb-cluster.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,10 @@ For details about the client modes, see [Developer Guide for ScalarDB Cluster wi
72
72
73
73
## Step 3. Load a schema
74
74
75
-
To load a schema via ScalarDB Cluster, you need to use the dedicated Schema Loader for ScalarDB Cluster (Schema Loader for Cluster). Using the Schema Loader for Cluster is basically the same as using the [Schema Loader for ScalarDB](../schema-loader.mdx) except the name of the JAR file is different. You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5). After downloading the JAR file, you can run the Schema Loader for Cluster with the following command:
75
+
To load a schema via ScalarDB Cluster, you need to use the dedicated Schema Loader for ScalarDB Cluster (Schema Loader for Cluster). Using the Schema Loader for Cluster is basically the same as using the [Schema Loader for ScalarDB](../schema-loader.mdx) except the name of the JAR file is different. You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7). After downloading the JAR file, you can run the Schema Loader for Cluster with the following command:
Copy file name to clipboardExpand all lines: versioned_docs/version-3.12/scalardb-cluster/getting-started-with-using-python-for-scalardb-cluster.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,10 @@ For details about the client modes, see [Developer Guide for ScalarDB Cluster wi
72
72
73
73
## Step 3. Load a schema
74
74
75
-
To load a schema via ScalarDB Cluster, you need to use the dedicated Schema Loader for ScalarDB Cluster (Schema Loader for Cluster). Using the Schema Loader for Cluster is basically the same as using the [Schema Loader for ScalarDB](../schema-loader.mdx) except the name of the JAR file is different. You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.5). After downloading the JAR file, you can run the Schema Loader for Cluster with the following command:
75
+
To load a schema via ScalarDB Cluster, you need to use the dedicated Schema Loader for ScalarDB Cluster (Schema Loader for Cluster). Using the Schema Loader for Cluster is basically the same as using the [Schema Loader for ScalarDB](../schema-loader.mdx) except the name of the JAR file is different. You can download the Schema Loader for Cluster from [ScalarDB Releases](https://github.com/scalar-labs/scalardb/releases/tag/v3.12.7). After downloading the JAR file, you can run the Schema Loader for Cluster with the following command:
0 commit comments