|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"/> |
5 | | -<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" /> |
| 5 | +<meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" /> |
6 | 6 | <title>Benutzeranleitung für DBUtils</title> |
7 | 7 | <link rel="stylesheet" href="Doc.css" type="text/css" /> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <div class="document" id="benutzeranleitung-fur-dbutils"> |
11 | 11 | <h1 class="title">Benutzeranleitung für DBUtils</h1> |
12 | | - |
13 | 12 | <dl class="docinfo simple"> |
14 | 13 | <dt class="version">Version</dt> |
15 | | -<dd class="version">1.3</dd> |
| 14 | +<dd class="version">1.4</dd> |
16 | 15 | <dt class="released">Released</dt> |
17 | | -<dd class="released"><p>08/03/18</p> |
| 16 | +<dd class="released"><p>09/26/20</p> |
18 | 17 | </dd> |
19 | 18 | <dt class="translations">Translations</dt> |
20 | 19 | <dd class="translations"><p><a class="reference external" href="UsersGuide.html">English</a> | German</p> |
@@ -159,10 +158,11 @@ <h2>Installation als Unterpaket (Plug-In) von Webware for Python</h2> |
159 | 158 | </div> |
160 | 159 | <div class="section" id="anforderungen"> |
161 | 160 | <h1>Anforderungen</h1> |
162 | | -<p>DBUtils benötigt mindestens <a class="reference external" href="https://www.python.org">Python</a> Version 2.6. Die Module in der Variante |
163 | | -für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> Version 3.4 oder höher, während |
164 | | -die Module in der allgemeinen Variante für DB-API 2 mit jedem beliebigen |
165 | | -Python-Datenbankadapter-Modul zusammenarbeiten, das auf <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p> |
| 161 | +<p>DBUtils unterstützt die <a class="reference external" href="https://www.python.org">Python</a> Versionen 2.7 und 3.5 bis 3.8.</p> |
| 162 | +<p>Die Module in der Variante für klassisches PyGreSQL benötigen <a class="reference external" href="http://www.pygresql.org/">PyGreSQL</a> |
| 163 | +Version 4.0 oder höher, während die Module in der allgemeinen Variante |
| 164 | +für DB-API 2 mit jedem beliebigen Python-Datenbankadapter-Modul zusammenarbeiten, |
| 165 | +das auf <a class="reference external" href="https://www.python.org/dev/peps/pep-0249/">DB-API 2</a> basiert.</p> |
166 | 166 | </div> |
167 | 167 | <div class="section" id="funktionalitat"> |
168 | 168 | <h1>Funktionalität</h1> |
|
0 commit comments