Skip to content

Commit

Permalink
Update README.md to better reflect recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Feb 15, 2012
1 parent 07508b8 commit 1b77399
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,11 +1,14 @@
# fluxbb-database ![Build status](https://secure.travis-ci.org/fluxbb/database.png?branch=master)
A lightweight wrapper around [PHP::PDO](http://www.php.net/manual/en/book.pdo.php), providing both SQL abstraction and an extensible query interface.

Abstraction can be split into 2 different types - driver abstraction, and SQL syntax abstraction. The SQL syntax abstraction we perform has 2 goals:
The SQL syntax abstraction we perform has 2 goals:

* Allowing portability between different DBMS.
* Allowing queries to be easily modified by hooks and/or filters before execution.

## Documentation
[On our website](http://fluxbb.org/docs/v2.0/modules/database)

## Supported drivers
* [Any supported by PDO](http://www.php.net/manual/en/pdo.drivers.php)

Expand All @@ -16,6 +19,3 @@ Abstraction can be split into 2 different types - driver abstraction, and SQL sy

## License
[LGPL - GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl.html)

## Documentation
[API and use](http://fluxbb.org/docs/v2.0/modules/database)

0 comments on commit 1b77399

Please sign in to comment.