From 49c15d2df9544087abdafd95a328311dcc9a49be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20von=20Kugland?= Date: Mon, 8 Sep 2014 04:16:46 -0300 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30cab83..455fccf 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [Pixie](https://github.com/usmanhalalit/pixie) - A lightweight, expressive, framework agnostic query builder for PHP that supports MySQL, SQLite and PostgreSQL. ## NoSQL *Libraries for working with "NoSQL" backends.*