Skip to content

Commit ced494a

Browse files
committed
add pg-status to docs
1 parent 9ed172a commit ced494a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/master_replica/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1 id="masterreplica-or-several-databases-at-the-same-time">Master/Replica or s
111111
runtime if the master or replica changes.
112112
You’ll need third-party functionality to determine which host is the master
113113
or the replica.</p>
114-
<p><a href="https://github.com/krylosov-aa/context-async-sqlalchemy/issues/2">Hopefully, I’ll be able to provide a ready-made solution for this soon.</a>.</p>
114+
<h4 id="change_host">I have an extremely lightweight microservice <a href="https://github.com/krylosov-aa/pg-status">pg-status</a> that fits perfectly here</h4>
115115
<p>The engine is not created immediately when <code>DBConnect</code> is initialized -
116116
it is created only on the first request.
117117
The library uses lazy initialization in many places.</p>

docs_sources/docs/master_replica.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ runtime if the master or replica changes.
1515
You’ll need third-party functionality to determine which host is the master
1616
or the replica.
1717

18-
19-
[Hopefully, I’ll be able to provide a ready-made solution for this soon.](https://github.com/krylosov-aa/context-async-sqlalchemy/issues/2).
18+
#### I have an extremely lightweight microservice [pg-status](https://github.com/krylosov-aa/pg-status) that fits perfectly here.
2019

2120
The engine is not created immediately when `DBConnect` is initialized -
2221
it is created only on the first request.

0 commit comments

Comments
 (0)