mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
4 lines
163 B
Text
4 lines
163 B
Text
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".
|