Download the PHP package dbfit/pdo without Composer
On this page you can find all versions of the php package dbfit/pdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor dbfit
Package pdo
Short Description PDO database library for any project php
License MIT
Homepage https://github.com/abraaolevi/dbfit
Package pdo
Short Description PDO database library for any project php
License MIT
Homepage https://github.com/abraaolevi/dbfit
Please rate this library. Is it a good library?
Informations about the package pdo
Dbfit
Facilitating day-to-day SQL queries with PDO.
ATTENTION: it's a experimental version. Don't use it in production.
INSTALLATION
USAGE
Simple queries:
Transactions queries:
You can cancel a transaction using $dbfit->getConnection()->cancelTransaction();
Changelog
- v1.0.3
- Adding flexybility with
prepareQuery
method
- Adding flexybility with
- v1.0.2
- Some bugfixes at
ConnectionManager
- Some bugfixes at
- v1.0.1
- Fixing
composer.json
- Fixing
- v1.0.0
- Initial version
Roadmap
select
method that returns result datainsert
method that returnsinsert_id
update
method that returns number of affected rowsdelete
method that returns number of affected rows- Other auxiliar methods:
join
,where
,groupBy
,having
,orderBy
limit
,offset
- Aggregates methods:
count
,distinctCount
,max
,min
,avg
,sum
All versions of pdo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-pdo Version *
ext-pdo Version *
The package dbfit/pdo contains the following files
Loading the files please wait ....