mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fc74f2e3ae
via Python. PR: 13583 Submitted by: Dominik Rothert <dr@domix.de>
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
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".
|