summaryrefslogtreecommitdiff
path: root/databases/py-MySQL/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-MySQL/pkg-descr')
-rw-r--r--databases/py-MySQL/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/py-MySQL/pkg-descr b/databases/py-MySQL/pkg-descr
new file mode 100644
index 000000000000..834d53ed62c1
--- /dev/null
+++ b/databases/py-MySQL/pkg-descr
@@ -0,0 +1,4 @@
+You can easily access a MySQL database through the Python MySQL module.
+
+Before using the Python MySQL functions, the module must be imported with
+"import MySQL".