From 3f464ce441b517ed75991a3487c8a14b7e6a3ee2 Mon Sep 17 00:00:00 2001 From: tangyouhua Date: Thu, 25 Aug 2016 09:35:32 +0800 Subject: [PATCH] update Peewee detail link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 145f21e..8b2571f 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ Python实现的数据库。 * Django Models:Django 的一部分。[官网](https://docs.djangoproject.com/en/dev/topics/db/models/) * SQLAlchemy:Python SQL 工具以及对象关系映射工具。[官网](http://www.sqlalchemy.org/) * [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)系列 - * Peewee:一个小巧,富有表达力的 ORM。[官网](https://github.com/coleifer/peewee) + * [Peewee](http://hao.jobbole.com/peewee/):一个小巧,富有表达力的 ORM。[官网](https://github.com/coleifer/peewee) * PonyORM:提供面向生成器的 SQL 接口的 ORM。[官网](https://ponyorm.com/) * python-sql:编写 Python 风格的 SQL 查询。[官网](https://pypi.python.org/pypi/python-sql) * NoSQL 数据库