We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a1cb1 commit 6017a4bCopy full SHA for 6017a4b
docs/content/Configuration/Databases/QuestDB.mdx
@@ -33,3 +33,5 @@ CUBEJS_DB_PASS=quest
33
| `CUBEJS_DB_PASS` | The password used to connect to the database | A valid database password | ✅ |
34
| `CUBEJS_CONCURRENCY` | The number of concurrent connections each queue has to the database. Default is `2` | A valid number | ❌ |
35
| `CUBEJS_DB_MAX_POOL` | The maximum number of concurrent database connections to pool. Default is `8` | A valid number | ❌ |
36
+
37
+[questdb]: https://questdb.io/
0 commit comments