浏览代码

Renamed ORM and Datamapping category to database.

pull/276/head
Jamie 11 年前
父节点
当前提交
1419f08921
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      README.md

+ 3
- 3
README.md 查看文件

38
 	- [Logging](#logging)
38
 	- [Logging](#logging)
39
 	- [E-commerce](#e-commerce)
39
 	- [E-commerce](#e-commerce)
40
 	- [PDF](#pdf)
40
 	- [PDF](#pdf)
41
-	- [ORM and Datamapping](#orm-and-datamapping)
41
+	- [Database](#database)
42
 	- [Migrations](#migrations)
42
 	- [Migrations](#migrations)
43
 	- [NoSQL](#nosql)
43
 	- [NoSQL](#nosql)
44
 	- [Queue](#queue)
44
 	- [Queue](#queue)
393
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
393
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
394
 * [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
394
 * [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
395
 
395
 
396
-## ORM and Datamapping
397
-*Libraries that implement object-relational mapping or datamapping techniques.*
396
+## Database
397
+*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
398
 
398
 
399
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
399
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
400
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
400
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.

正在加载...
取消
保存