Download the PHP package tueena-lib/sql without Composer
On this page you can find all versions of the php package tueena-lib/sql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tueena-lib/sql
More information about tueena-lib/sql
Files in tueena-lib/sql
Download tueena-lib/sql
More information about tueena-lib/sql
Files in tueena-lib/sql
Vendor tueena-lib
Package sql
Short Description A (very restricted) wrapper around PDO to make database access mockable in unit tests.
License MIT
Package sql
Short Description A (very restricted) wrapper around PDO to make database access mockable in unit tests.
License MIT
Please rate this library. Is it a good library?
Informations about the package sql
tueena-lib/sql
A (very restricted) wrapper around PDO to make database access mockable in unit tests.
Features
- Methods for
SELECT
,INSERT
,UPDATE
andDELETE
queries. - Prepared statements, transactions.
- Allows to pass parameters as associative array.
- Right now only works with MySQL.
Usage
License
MIT
Requirements
- php >= 7.0.0
- pdo
Installation
If you use Composer
:
Otherwise just download the files and use it.
Contact
Bastian Fenske [email protected]
All versions of sql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-pdo Version *
ext-pdo Version *
The package tueena-lib/sql contains the following files
Loading the files please wait ....