diff options
Diffstat (limited to 'databases/py-MySQL/pkg-descr')
-rw-r--r-- | databases/py-MySQL/pkg-descr | 4 |
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". |