We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008a5fd commit b7e54deCopy full SHA for b7e54de
docs/modules/fxsql.md
@@ -77,13 +77,13 @@ modules:
77
exclude: # to exclude SQL operations from tracing (empty by default)
78
- "connection:ping"
79
- "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:"
+ auxiliaries: # auxiliary databases configurations (empty by default)
+ postgres-db:
+ driver: postgres
+ dsn: "postgres://user:password@localhost:5432/db?sslmode=disable"
+ sqlite-db:
+ driver: sqlite
+ dsn: ":memory:"
87
```
88
89
This module provides the possibility to configure several database connections:
0 commit comments