From d35ae8f49ab1c28326e2c5c675545f1b95b1727d Mon Sep 17 00:00:00 2001 From: Muhammad Usman Date: Wed, 12 Sep 2018 13:15:26 +0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0028acc..039b9bc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +**This project is Not Actively Maintained but most of the features are fully working and there are no major security issues, I'm just not giving it much time.** + + # Pixie Query Builder [![Build Status](https://travis-ci.org/usmanhalalit/pixie.png?branch=master)](https://travis-ci.org/usmanhalalit/pixie) 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 and it takes care of query sanitization, table prefixing and many other things with a unified API. At least PHP 5.3 is required.