You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/master_replica/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ <h1 id="masterreplica-or-several-databases-at-the-same-time">Master/Replica or s
111
111
runtime if the master or replica changes.
112
112
You’ll need third-party functionality to determine which host is the master
113
113
or the replica.</p>
114
-
<p><ahref="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
+
<h4id="change_host">I have an extremely lightweight microservice <ahref="https://github.com/krylosov-aa/pg-status">pg-status</a> that fits perfectly here</h4>
115
115
<p>The engine is not created immediately when <code>DBConnect</code> is initialized -
116
116
it is created only on the first request.
117
117
The library uses lazy initialization in many places.</p>
0 commit comments