Update README
This commit is contained in:
parent
df84a3fe70
commit
c6bcb46ddc
@ -6,7 +6,7 @@ A query builder/database abstraction layer, using prepared queries for security.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* Pdo extensions for the databases you wish to use (unless it's Firebird, in which case, the interbase extension is required)
|
* Pdo extensions for the databases you wish to use (unless it's Firebird, in which case, the interbase extension is required)
|
||||||
* PHP 5.2+
|
* PHP 5.3+
|
||||||
|
|
||||||
## Databases Supported
|
## Databases Supported
|
||||||
|
|
||||||
@ -14,7 +14,6 @@ A query builder/database abstraction layer, using prepared queries for security.
|
|||||||
* MySQL
|
* MySQL
|
||||||
* PostgreSQL
|
* PostgreSQL
|
||||||
* SQLite
|
* SQLite
|
||||||
* Others, via ODBC
|
|
||||||
|
|
||||||
## Including Query in your application
|
## Including Query in your application
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user