Skip to content

Commit 5b1cdd0

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#564)
Co-authored-by: josh-wong <joshua.wong@scalar-labs.com>
1 parent 0cdc698 commit 5b1cdd0

File tree

5 files changed

+5
-173
lines changed

5 files changed

+5
-173
lines changed

versioned_docs/version-3.12/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As a versatile solution, ScalarDB supports a range of databases, including:
2020
- Relational databases that support JDBC, such as MariaDB, Microsoft SQL Server, MySQL, Oracle Database, PostgreSQL, SQLite, and their compatible databases, like Amazon Aurora, Google AlloyDB, TiDB, and YugabyteDB.
2121
- NoSQL databases like Amazon DynamoDB, Apache Cassandra, and Azure Cosmos DB.
2222

23-
For details on which databases ScalarDB supports, refer to [Supported Databases](scalardb-supported-databases.mdx).
23+
For details on which databases ScalarDB supports, refer to [Databases](requirements.mdx#databases).
2424

2525
## Why ScalarDB?
2626

versioned_docs/version-3.12/scalardb-benchmarks/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This tutorial describes how to run benchmarking tools for ScalarDB. Database ben
2828
- Kelpie is a framework for performing end-to-end testing, such as system benchmarking and verification. Get the latest version from [Kelpie Releases](https://github.com/scalar-labs/kelpie), and unzip the archive file.
2929
- A client to run the benchmarking tools
3030
- A target database
31-
- For a list of databases that ScalarDB supports, see [Supported Databases](../scalardb-supported-databases.mdx).
31+
- For a list of databases that ScalarDB supports, see [Databases](../requirements.mdx#databases).
3232

3333
:::note
3434

versioned_docs/version-3.12/scalardb-sql/migration-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BM===>AM
5454

5555
Before starting the migration, check the following questions. If the answer to any of these questions is "No", you must address them before proceeding with the migration.
5656

57-
- Are your target database and version one of the [supported relational databases (called JDBC databases in ScalarDB) and versions](../scalardb-supported-databases.mdx#jdbc-databases)?
57+
- Are your target database and version one of the [supported relational databases (called JDBC databases in ScalarDB) and versions](../requirements.mdx#relational-databases)?
5858
- Do you have a fully privileged account that can manage the target database? For details, see [the general requirements](../database-configurations.mdx#general-requirements).
5959
- Do all target tables have primary keys?
6060
- Is the data type of each column supported in ScalarDB? For supported data types and how they are mapped to ScalarDB data types, see [Data-type mapping from JDBC databases to ScalarDB](../schema-loader-import.mdx#data-type-mapping-from-jdbc-databases-to-scalardb).
@@ -107,7 +107,7 @@ Due to the difference in data types, ScalarDB will throw an error when writing d
107107

108108
## References
109109

110-
- [Supported Databases](../scalardb-supported-databases.mdx)
110+
- [Supported Databases](../requirements.mdx#databases)
111111
- [ScalarDB SQL API Guide](./sql-api-guide.mdx)
112112
- [ScalarDB JDBC Guide](./jdbc-guide.mdx)
113113
- [ScalarDB SQL Grammar](./grammar.mdx)

versioned_docs/version-3.12/scalardb-supported-databases.mdx

Lines changed: 0 additions & 168 deletions
This file was deleted.

versioned_docs/version-3.12/schema-loader-import.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This tool only changes database metadata. Thus, the processing time does not inc
3333

3434
### Requirements
3535

36-
- [JDBC databases](./scalardb-supported-databases.mdx#jdbc-databases), except for SQLite, can be imported.
36+
- [JDBC databases](./requirements.mdx#relational-databases), except for SQLite, can be imported.
3737
- Each table must have primary key columns. (Composite primary keys can be available.)
3838
- Target tables must only have columns with supported data types. For details, see [Data-type mapping from JDBC databases to ScalarDB](#data-type-mapping-from-jdbc-databases-to-scalardb)).
3939

0 commit comments

Comments
 (0)