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

 
29번째 줄: 29번째 줄:
*https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-db-api-drivers
*https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-db-api-drivers


[[분류:Python MySQL]]
[[분류:파이썬 MySQL]]
[[분류:파이썬 패키지]]
[[분류:파이썬 패키지]]

2021년 5월 1일 (토) 12:14 기준 최신판

1 개요[ | ]

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

2 MySQL 드라이버[ | ]

패키지명 GitHub 비고
PyMySQL PyMySQL/PyMySQL
  • 순수 Python
mysqlclient
(mysqlclient-python)
PyMySQL/mysqlclient-python
  • MySQLdb1의 포크
  • OS 패키지 의존성 있음 ★
mysql-connector-python
(MySQL Connector/Python)
mysql/mysql-connector-python
  • 순수 Python
  • 약간 느림
  • Oracle에서 관리함
→ django에서는 mysqlclient를 추천한다.

3 같이 보기[ | ]

4 참고[ | ]

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