https://github.com/xmita-ghx/connectivity-mysql-python
Just trying to take you through the basics of establishing a MySQL database connection with Python, essentially constructing a database with its tabular contents and the corresponding values within the fields.
https://github.com/xmita-ghx/connectivity-mysql-python
mysql-database python-connection-mysql rdbms sql sqllite
Last synced: 12 months ago
JSON representation
Just trying to take you through the basics of establishing a MySQL database connection with Python, essentially constructing a database with its tabular contents and the corresponding values within the fields.
- Host: GitHub
- URL: https://github.com/xmita-ghx/connectivity-mysql-python
- Owner: xmita-ghx
- Created: 2024-10-17T13:59:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:26:53.000Z (over 1 year ago)
- Last Synced: 2025-02-12T13:56:24.263Z (over 1 year ago)
- Topics: mysql-database, python-connection-mysql, rdbms, sql, sqllite
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just trying to take you through the basics of establishing a MySQL database connection with Python, constructing database with its tabular contents and the corresponding values within the fields.