Added Pixie

Pixie is a lightweight, expressive, framework agnostic query builder for PHP it can also be referred as a Database Abstraction Layer. Pixie supports MySQL, SQLite and PostgreSQL
This commit is contained in:
André von Kugland 2014-09-08 04:16:46 -03:00
parent a36b5a38ec
commit 49c15d2df9

View File

@ -388,6 +388,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library. * [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library. * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers. * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
* [Pixie](https://github.com/usmanhalalit/pixie) - A lightweight, expressive, framework agnostic query builder for PHP that supports MySQL, SQLite and PostgreSQL.
## NoSQL ## NoSQL
*Libraries for working with "NoSQL" backends.* *Libraries for working with "NoSQL" backends.*