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 177dd2d commit ccdd2b6Copy full SHA for ccdd2b6
versioned_docs/version-3.10/configurations.mdx
@@ -91,7 +91,7 @@ Select a database to see the configurations available for each storage.
91
If you use SQLite3 as a JDBC database, you must set `scalar.db.contact_points` as follows.
92
93
```properties
94
-scalar.db.contact_points=jdbc:sqlite:<YOUR_DB>.sqlite3?busy_timeout=10000
+scalar.db.contact_points=jdbc:sqlite:<SQLITE_DB_FILE_PATH>?busy_timeout=10000
95
```
96
97
Unlike other JDBC databases, [SQLite3 does not fully support concurrent access](https://www.sqlite.org/lang_transaction.html).
0 commit comments