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 b292caf commit d6b4153Copy full SHA for d6b4153
src/interfaces/python/pg.py
@@ -1,8 +1,9 @@
1
-# pgutil.py
+# pg.py
2
# Written by D'Arcy J.M. Cain
3
4
-# This library implements some basic database management stuff
5
-# It includes the pg module and builds on it
+# This library implements some basic database management stuff. It
+# includes the pg module and builds on it. This is known as the
6
+# "Classic" interface. For DB-API compliance use the pgdb module.
7
8
from _pg import *
9
import string, re, sys
0 commit comments