From 4276e94d3d8ad3b88c29ff2eec7d20158034899e Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 27 Nov 2010 18:50:49 -0800 Subject: [PATCH] Added note about limit nature of the Mongo support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 118b153..5723056 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ PICKLES is in fact not a true MVC system and won't be masquerading around as one * MySQL with PDO and PDO_MYSQL drivers * PostgreSQL with PDO and PDO_PGSQL drivers * SQLite 3 with PDO and PDO_SQLITE drivers -* Mongo with Mongo driver and PECL Mongo 1.0.10 (included) +* Limited support for Mongo with Mongo driver and PECL Mongo 1.0.10 (included) ## Installation