summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-01-29 15:54:39 +0000
committerSimon Holywell <[email protected]>2013-01-29 15:54:39 +0000
commit38590e8db6f68a9f42c21225f2bf34a0b99e1718 (patch)
treeab75e63db55cc7213cba5e787fb6d815bd2f3bd4
parent53042c235fed60c707a67defaf65c7a470d0d8c0 (diff)
Add Firebird and PostgreSQL to supported DBs
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 5695bae..675cd17 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,7 +20,7 @@ Features
* Uses [prepared statements](http://uk.php.net/manual/en/pdo.prepared-statements.php) throughout to protect against [SQL injection](http://en.wikipedia.org/wiki/SQL_injection) attacks.
* Requires no model classes, no XML configuration and no code generation: works out of the box, given only a connection string.
* Consists of just one class called `ORM`. Minimal global namespace pollution.
-* Database agnostic. Currently supports SQLite and MySQL. May support others, please give it a try!
+* Database agnostic. Currently supports SQLite, MySQL, Firebird and PostgreSQL. May support others, please give it a try!
* Supports collections of models with method chaining to filter or apply actions to multiple results at once.
* Multiple connections supported