"파이썬 MySQL 드라이버"의 두 판 사이의 차이

5번째 줄: 5번째 줄:
==MySQL 드라이버==
==MySQL 드라이버==
{| class='wikitable'
{| class='wikitable'
! 드라이버 !! 비고
! 드라이버 !! pip install !! GitHub !! 비고  
|-
|-
| MySQLdb || Python3 지원 안함
| PyMySQL || PyMySQL || https://github.com/PyMySQL/PyMySQL ||
|-
|-
| [[mysqlclient-python]] || MySQLdb fork이며 Python3 지원
| mysqlclient ||  mysqlclient || https://github.com/PyMySQL/mysqlclient-python
|-
|-
| MySQL Connector/Python ||
| MySQL Connector/Python || mysql-connector-python || https://github.com/mysql/mysql-connector-python
|}
|}
:→ django는 [[mysqlclient-python]] 추천
:→ django는 [[mysqlclient-python]] 추천

2020년 3월 6일 (금) 02:35 판

1 개요

파이썬 MySQL 데이터베이스 드라이버

2 MySQL 드라이버

드라이버 pip install GitHub 비고
PyMySQL PyMySQL https://github.com/PyMySQL/PyMySQL
mysqlclient mysqlclient https://github.com/PyMySQL/mysqlclient-python
MySQL Connector/Python mysql-connector-python https://github.com/mysql/mysql-connector-python
→ django는 mysqlclient-python 추천

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}