From 3b884ad14aa4c80acd96695fbf7726e9c294aaf9 Mon Sep 17 00:00:00 2001 From: Tim Schulze-Hartung <108271660+tim-sh@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:07:18 +0200 Subject: [PATCH] Clarify text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When first reading this, I got 'previous' wrong… --- guides/databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/databases.md b/guides/databases.md index dc94960b4..5b8b90618 100644 --- a/guides/databases.md +++ b/guides/databases.md @@ -72,7 +72,7 @@ The afore-mentioned packages use `cds-plugin` techniques to automatically config }} ``` -::: details In contrast to pre CDS 7 setups this means... +::: details In contrast to pre-CDS 7 setups this means... 1. You don't need to — and should not — add direct dependencies to driver packages, like [`hdb`](https://www.npmjs.com/package/hdb) or [`sqlite3`](https://www.npmjs.com/package/sqlite3) anymore in your *package.json* files. 2. You don't need to configure `cds.requires.db` anymore, unless you want to override defaults brought with the new packages. @@ -83,7 +83,7 @@ The afore-mentioned packages use `cds-plugin` techniques to automatically config ### Custom Configuration {.impl .node} -The previous setups auto-wire things through configuration presets, which are automatically enabled via `cds-plugin` techniques. You can always use the basic configurations for other setups, or override individual properties as follows: +The above-mentioned setup auto-wires things through configuration presets, which are automatically enabled via `cds-plugin` techniques. You can always use the basic configuration and override individual properties to create a different setup: 1. Install a database driver package, for example: ```sh