Skip to content

Commit 512796e

Browse files
authored
docs(java): Remove low-level section about database in high level one (#1167)
The section "Database Support" is high-level, describing supported databases, etc. However, then it mentions write-through and refers to a subsection. That is rather confusing and misleading. What is meant by "passed through to the database"? Why is it described here? Is it important? Let's remove the paragraph to avoid users having these questions to begin with. It's described later on anyway.
1 parent 11cca64 commit 512796e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/cqn-services/persistence-services.md

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ uacp: Used as link target from Help Portal at https://help.sap.com/products/BTP/
2424

2525
CAP Java has built-in support for various databases. This section describes the different databases and any differences between them with respect to CAP features. There's out of the box support for SAP HANA with CAP currently as well as H2 and SQLite. However, it's important to note that H2 and SQLite aren't enterprise grade databases and are recommended for non-productive use like local development or CI tests only. PostgreSQL is supported in addition, but has various limitations in comparison to SAP HANA, most notably in the area of schema evolution.
2626

27-
Write operations through views are supported by the CAP runtime as described in [Resolvable Views](../working-with-cql/query-execution#updatable-views). Operations on views that cannot be resolved by the CAP runtime are passed through to the database.
28-
2927
### SAP HANA Cloud
3028

3129
SAP HANA Cloud is the CAP standard database recommended for productive use with needs for schema evolution and multitenancy. Noteworthy:

0 commit comments

Comments
 (0)