Skip to content

Commit b7e54de

Browse files
authored
doc(fxsql): Updated documentation (#389)
1 parent 008a5fd commit b7e54de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/modules/fxsql.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ modules:
7777
exclude: # to exclude SQL operations from tracing (empty by default)
7878
- "connection:ping"
7979
- "connection:reset-session"
80-
auxiliaries: # auxiliary databases configurations (empty by default)
81-
postgres-db:
82-
driver: postgres
83-
dsn: "postgres://user:password@localhost:5432/db?sslmode=disable"
84-
sqlite-db:
85-
driver: sqlite
86-
dsn: ":memory:"
80+
auxiliaries: # auxiliary databases configurations (empty by default)
81+
postgres-db:
82+
driver: postgres
83+
dsn: "postgres://user:password@localhost:5432/db?sslmode=disable"
84+
sqlite-db:
85+
driver: sqlite
86+
dsn: ":memory:"
8787
```
8888
8989
This module provides the possibility to configure several database connections:

0 commit comments

Comments
 (0)