diff --git a/versioned_docs/version-3.10/overview.mdx b/versioned_docs/version-3.10/overview.mdx index 20c79bd7..d626891a 100644 --- a/versioned_docs/version-3.10/overview.mdx +++ b/versioned_docs/version-3.10/overview.mdx @@ -11,13 +11,13 @@ This page describes what ScalarDB is and its primary use cases. ## What is ScalarDB? -ScalarDB is a hybrid transaction/analytical processing (HTAP) engine for diverse databases. It runs as middleware on databases and virtually unifies diverse databases by achieving ACID transactions and real-time analytics across them to simplify the complexity of managing multiple databases or multiple instances of a single database. +ScalarDB is a universal hybrid transaction/analytical processing (HTAP) engine for diverse databases. It runs as middleware on databases and virtually unifies diverse databases by achieving ACID transactions and real-time analytics across them to simplify the complexity of managing multiple databases or multiple instances of a single database. ![How ScalarDB simplifies complex data management architecture.](images/scalardb.png) As a versatile solution, ScalarDB supports a range of databases, including: -- 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. +- Relational databases that support JDBC, such as MariaDB, Microsoft SQL Server, MySQL, Oracle Database, PostgreSQL, SQLite, and their compatible databases, like Amazon Aurora and YugabyteDB. - NoSQL databases like Amazon DynamoDB, Apache Cassandra, and Azure Cosmos DB. For details on which databases ScalarDB supports, refer to [Databases](requirements.mdx#databases). diff --git a/versioned_docs/version-3.10/scalardb-sql/spring-data-guide.mdx b/versioned_docs/version-3.10/scalardb-sql/spring-data-guide.mdx index 6493c88d..37f3ab44 100644 --- a/versioned_docs/version-3.10/scalardb-sql/spring-data-guide.mdx +++ b/versioned_docs/version-3.10/scalardb-sql/spring-data-guide.mdx @@ -12,6 +12,12 @@ Directly using the ScalarDB API may be difficult because you need to write a lot The usage of Spring Data JDBC for ScalarDB basically follows [Spring Data JDBC - Reference Documentation](https://docs.spring.io/spring-data/jdbc/docs/3.0.x/reference/html/). This guide describes several important topics to use Spring Data JDBC for ScalarDB and its limitations. +:::warning + +Spring Data JDBC for ScalarDB extends Spring Data JDBC, but full compatibility is not guaranteed. Only the features listed on this page are officially tested and supported. + +::: + ## Add Spring Data JDBC for ScalarDB to your project To add the dependencies on Spring Data JDBC for ScalarDB by using Gradle, use the following, replacing `` with the versions of Spring Data JDBC for ScalarDB and the related library, respectively, that you are using: