File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
124
124
125
125
文件管理和 MIME(多用途的网际邮件扩充协议)类型检测。
126
126
127
+ * aiofiles:基于 asyncio,提供文件异步操作。[ 官网] ( https://github.com/Tinche/aiofiles )
127
128
* imghdr:(Python 标准库)检测图片类型。[ 官网] ( https://docs.python.org/2/library/imghdr.html )
128
129
* mimetypes:(Python 标准库)将文件名映射为 MIME 类型。[ 官网] ( https://docs.python.org/2/library/mimetypes.html )
129
130
* path.py:对 os.path 进行封装的模块。[ 官网] ( https://github.com/jaraco/path.py )
@@ -371,9 +372,10 @@ Python 实现的数据库。
371
372
用来连接和操作数据库的库。
372
373
373
374
* MySQL:[ awesome-mysql] ( http://shlomi-noach.github.io/awesome-mysql/ ) 系列
375
+ * aiomysql:基于 asyncio 的异步 MySQL 数据库操作库。[ 官网] ( https://github.com/aio-libs/aiomysql )
374
376
* mysql-python:Python 的 MySQL 数据库连接器。[ 官网] ( https://sourceforge.net/projects/mysql-python/ )
375
377
* ysqlclient:[ mysql-python] ( https://github.com/PyMySQL/mysqlclient-python ) 分支,支持 Python 3。
376
- * oursql:一个更好的 MySQL 连接器,支持原生预编译指令和 BLOBs. [ 官网] ( https://pythonhosted.org/oursql/ )
378
+ * oursql:一个更好的 MySQL 连接器,支持原生预编译指令和 BLOBs。 [ 官网] ( https://pythonhosted.org/oursql/ )
377
379
* PyMySQL:纯 Python MySQL 驱动,兼容 mysql-python。[ 官网] ( https://github.com/PyMySQL/PyMySQL )
378
380
* PostgreSQL
379
381
* psycopg2:Python 中最流行的 PostgreSQL 适配器。[ 官网] ( http://initd.org/psycopg/ )
You can’t perform that action at this time.
0 commit comments