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: DBUtils/Docs/UsersGuide.de.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ <h1 class="title">Benutzeranleitung für DBUtils</h1>
59
59
</div>
60
60
<divclass="section" id="zusammenfassung">
61
61
<h1>Zusammenfassung</h1>
62
-
<p><aclass="reference external" href="https://github.com/Cito/DBUtils">DBUtils</a> ist eine Sammlung von Python-Modulen, mit deren Hilfe man in <aclass="reference external" href="https://www.python.org">Python</a>
62
+
<p><aclass="reference external" href="https://github.com/WebwareForPython/DBUtils">DBUtils</a> ist eine Sammlung von Python-Modulen, mit deren Hilfe man in <aclass="reference external" href="https://www.python.org">Python</a>
63
63
geschriebene Multithread-Anwendungen auf sichere und effiziente Weise an
64
-
Datenbanken anbinden kann. DBUtils wurde mit Blick auf <aclass="reference external" href="https://cito.github.io/w4py/">Webware for Python</a>
64
+
Datenbanken anbinden kann. DBUtils wurde mit Blick auf <aclass="reference external" href="https://webwareforpython.github.io/w4py/">Webware for Python</a>
65
65
als Anwendung und <aclass="reference external" href="http://www.pygresql.org/">PyGreSQL</a> als <aclass="reference external" href="https://www.postgresql.org/">PostgreSQL</a>-Datenbankadapter entwickelt,
66
66
kann aber für beliebige Python-Anwendungen und beliebige auf <aclass="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a>
67
67
beruhende Python-Datenbankadapter verwendet werden.</p>
<p><aclass="reference external" href="https://github.com/Cito/DBUtils">DBUtils</a> is a suite of Python modules allowing to connect in a safe and
62
+
<p><aclass="reference external" href="https://github.com/WebwareForPython/DBUtils">DBUtils</a> is a suite of Python modules allowing to connect in a safe and
63
63
efficient way between a threaded <aclass="reference external" href="https://www.python.org">Python</a> application and a database. DBUtils
64
-
has been written in view of <aclass="reference external" href="https://cito.github.io/w4py/">Webware for Python</a> as the application and
64
+
has been written in view of <aclass="reference external" href="https://webwareforpython.github.io/w4py/">Webware for Python</a> as the application and
65
65
<aclass="reference external" href="http://www.pygresql.org/">PyGreSQL</a> as the adapter to a <aclass="reference external" href="https://www.postgresql.org/">PostgreSQL</a> database, but it can be used
66
66
for any other Python application and <aclass="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> conformant database adapter.</p>
0 commit comments