Skip to content

Commit

Permalink
Clarify text
Browse files Browse the repository at this point in the history
When first reading this, I got 'previous' wrong…
  • Loading branch information
tim-sh authored Sep 20, 2024
1 parent e6822a0 commit 3b884ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 3b884ad

Please sign in to comment.