We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810a89d commit 3f464ceCopy full SHA for 3f464ce
README.md
@@ -390,7 +390,7 @@ Python实现的数据库。
390
* Django Models:Django 的一部分。[官网](https://docs.djangoproject.com/en/dev/topics/db/models/)
391
* SQLAlchemy:Python SQL 工具以及对象关系映射工具。[官网](http://www.sqlalchemy.org/)
392
* [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)系列
393
- * Peewee:一个小巧,富有表达力的 ORM。[官网](https://github.com/coleifer/peewee)
+ * [Peewee](http://hao.jobbole.com/peewee/):一个小巧,富有表达力的 ORM。[官网](https://github.com/coleifer/peewee)
394
* PonyORM:提供面向生成器的 SQL 接口的 ORM。[官网](https://ponyorm.com/)
395
* python-sql:编写 Python 风格的 SQL 查询。[官网](https://pypi.python.org/pypi/python-sql)
396
* NoSQL 数据库
0 commit comments