瀏覽代碼

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,7 +38,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
38 38
 	- [Logging](#logging)
39 39
 	- [E-commerce](#e-commerce)
40 40
 	- [PDF](#pdf)
41
-	- [ORM and Datamapping](#orm-and-datamapping)
41
+	- [Database](#database)
42 42
 	- [Migrations](#migrations)
43 43
 	- [NoSQL](#nosql)
44 44
 	- [Queue](#queue)
@@ -393,8 +393,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
393 393
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
394 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 399
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
400 400
 * [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.

Loading…
取消
儲存