From eb2346c7d1aae732cb7de18c9adf63675342d6ac Mon Sep 17 00:00:00 2001 From: Paul DelRe Date: Thu, 13 Oct 2016 11:33:15 -0400 Subject: [PATCH] Move `Doctrine` item The `Databases` section contains actual databases/data stores while `Doctrine` is an ORM. Moving it to the `Back-End Development` with other PHP frameworks would be more consistent. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f68be58..6098d58 100644 --- a/readme.md +++ b/readme.md @@ -203,6 +203,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Education](https://github.com/Symfonisti/awesome-symfony-education) - [Laravel](https://github.com/chiraggude/awesome-laravel) - [Education](https://github.com/fukuball/Awesome-Laravel-Education/blob/master/langs/en_US.md) +- [Doctrine](https://github.com/TomasVotruba/awesome-doctrine) - PHP ORM. - [Rails](https://github.com/ekremkaraca/awesome-rails) - [Gems](https://github.com/hothero/awesome-rails-gem) - [Phalcon](https://github.com/sergeyklay/awesome-phalcon) @@ -324,7 +325,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy) - [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb) - [Neo4j](https://github.com/Neueda4j/awesome-neo4j) -- [Doctrine](https://github.com/TomasVotruba/awesome-doctrine) - PHP ORM. - [MongoDB](https://github.com/ramnes/awesome-mongodb) - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb) - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop) - Graph computing framework.