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

7번째 줄: 7번째 줄:
! pip 패키지명 !! 별칭 !! GitHub !! 비고  
! pip 패키지명 !! 별칭 !! GitHub !! 비고  
|-
|-
| [[PyMySQL]] || - || https://github.com/PyMySQL/PyMySQL ||
| [[PyMySQL]] || - || {{github.com|PyMySQL/PyMySQL}} ||
* 순수 Python
* 순수 Python
|-
|-
| [[mysqlclient]] ★ || [[mysqlclient-python]] || https://github.com/PyMySQL/mysqlclient-python ||
| [[mysqlclient]] ★ || [[mysqlclient-python]] || {{github.com|PyMySQL/mysqlclient-python}} ||
* [[MySQLdb1]]의 포크
* [[MySQLdb1]]의 포크
* OS 패키지 의존성 있음
* OS 패키지 의존성 있음
|-
|-
| [[mysql-connector-python]] || [[MySQL Connector/Python]] || https://github.com/mysql/mysql-connector-python ||
| [[mysql-connector-python]] || [[MySQL Connector/Python]] || {{github.com|mysql/mysql-connector-python}} ||
* 순수 Python
* 순수 Python
* 약간 느림
* 약간 느림

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

1 개요

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

2 MySQL 드라이버

pip 패키지명 별칭 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 }}