diff --git a/docusaurus/docs/dev-docs/configurations/database.md b/docusaurus/docs/dev-docs/configurations/database.md index b9ce3af37d..1d7bcba380 100644 --- a/docusaurus/docs/dev-docs/configurations/database.md +++ b/docusaurus/docs/dev-docs/configurations/database.md @@ -33,7 +33,7 @@ The `./config/database.js` (or `./config/database.ts` for TypeScript) accepts 2 | Parameter | Description | Type | Default | |----------------------------------------------------------|-------------------------------------------------------------------------------------------------------|-----------|---------| -| `client` | Database client to create the connection. `sqlite` or `postgres` or `mysql` (or `mysql2`, see [additional details](#alternative-database-driver-packages) | `String` | - | +| `client` | Database client to create the connection.
Accepts the following values: | `String` | - | | `connection` | Database [connection information](#connection-parameters) | `Object` | - | | `debug` | Show database exchanges and errors. | `Boolean` | `false` | | `useNullAsDefault`

_Optional, only for SQLite_ | Use `NULL` as a default value | `Boolean` | `true` |