Skip to content

Commit 3f464ce

Browse files
committed
update Peewee detail link
1 parent 810a89d commit 3f464ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Python实现的数据库。
390390
* Django Models:Django 的一部分。[官网](https://docs.djangoproject.com/en/dev/topics/db/models/)
391391
* SQLAlchemy:Python SQL 工具以及对象关系映射工具。[官网](http://www.sqlalchemy.org/)
392392
* [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)系列
393-
* Peewee:一个小巧,富有表达力的 ORM。[官网](https://github.com/coleifer/peewee)
393+
* [Peewee](http://hao.jobbole.com/peewee/):一个小巧,富有表达力的 ORM。[官网](https://github.com/coleifer/peewee)
394394
* PonyORM:提供面向生成器的 SQL 接口的 ORM。[官网](https://ponyorm.com/)
395395
* python-sql:编写 Python 风格的 SQL 查询。[官网](https://pypi.python.org/pypi/python-sql)
396396
* NoSQL 数据库

0 commit comments

Comments
 (0)