File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -415,13 +415,12 @@ Python 实现的数据库。
415
415
* [ SQLAlchemy] ( http://www.sqlalchemy.org/ ) :Python SQL 工具以及对象关系映射工具。
416
416
* [ awesome-sqlalchemy] ( https://github.com/dahlia/awesome-sqlalchemy )
417
417
* [ awesome-sqlalchemy] ( https://github.com/dahlia/awesome-sqlalchemy ) 系列
418
- * [ Peewee] ( https://github.com/coleifer/peewee ) :一个小巧,富有表达力的 ORM。
418
+ * [ Peewee] ( https://github.com/coleifer/peewee ) :一个小巧,富有表现力的 ORM。
419
419
* [ PonyORM] ( https://ponyorm.com/ ) :提供面向生成器的 SQL 接口的 ORM。
420
420
* [ python-sql] ( https://pypi.python.org/pypi/python-sql ) :编写 Python 风格的 SQL 查询。
421
421
* [ dataset] ( https://github.com/pudo/dataset ) :在数据库中存储字典,支持 SQLite,MySQL 和 PostgreSQL。
422
422
* [ orator] ( https://github.com/sdispater/orator ) :Orator ORM,提供了一个简单而美观的 ActiveRecord 实现。
423
423
* [ orm] ( https://github.com/encode/orm ) :一个异步的 ORM。
424
- * [ peewee] ( https://github.com/coleifer/peewee ) :一个小但是很有表现力的 ORM。
425
424
* [ pony] ( https://github.com/ponyorm/pony/ ) :提供面向生成器的SQL接口的ORM。
426
425
* [ pydal] ( https://github.com/web2py/pydal/ ) :纯 Python 数据库抽象接口层。
427
426
* NoSQL 数据库
You can’t perform that action at this time.
0 commit comments