From a08366895391d0867e97885779bdad55c0716d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Fri, 15 Dec 2023 20:26:11 +0100 Subject: [PATCH] Fixed #70 --- docs/reference/database-configs.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/reference/database-configs.md b/docs/reference/database-configs.md index 9c9c8df..51fed47 100644 --- a/docs/reference/database-configs.md +++ b/docs/reference/database-configs.md @@ -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] @@ -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`