Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Fixed #70
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Dec 15, 2023
1 parent 1b9b121 commit a083668
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/reference/database-configs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Database Configs

:::warning
Axe API uses [knex.js](https://knexjs.org/guide) for database operations. All of the database configurations are the same as [the original documentation](https://knexjs.org/guide/#configuration-options).
:::

::: code-group

```ts [app/config.ts]
Expand Down Expand Up @@ -30,7 +34,9 @@ export default config;

:::

Axe API uses [knex.js](https://knexjs.org/guide) for database operations. All of the database configurations are the same as the original documentation.
:::danger
Check the [Knex.js Configuration Options](https://knexjs.org/guide/#configuration-options) if you have any connection issues.
:::

## `client`

Expand Down

0 comments on commit a083668

Please sign in to comment.