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 f990278 commit f366197Copy full SHA for f366197
packages/plugins/minos-database-aiopg/README.md
@@ -22,9 +22,28 @@ Install the dependency:
22
pip install minos-database-aiopg
23
```
24
25
-Modify `config.yml` file:
26
-
27
-[TODO]
+Set the database client on the `config.yml` file:
+
+```yaml
28
+...
29
+databases:
30
+ default:
31
+ client: minos.plugins.aiopg.AiopgDatabaseClient
32
+ database: order_db
33
+ user: minos
34
+ password: min0s
35
+ host: localhost
36
+ port: 5432
37
+ query:
38
39
+ database: order_query_db
40
41
42
43
44
+ ...
45
46
+```
47
48
## Documentation
49
0 commit comments