Download the PHP package ikitiki/pgdb without Composer
On this page you can find all versions of the php package ikitiki/pgdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor ikitiki
Package pgdb
Short Description DB class for working with PostgreSQL
License MIT
Homepage http://github.com/ikitiki/pgdb
Package pgdb
Short Description DB class for working with PostgreSQL
License MIT
Homepage http://github.com/ikitiki/pgdb
Please rate this library. Is it a good library?
Informations about the package pgdb
Pgdb
Class for working with PostgreSQL database
Usage
Create db instance:
Make queries:
Single row query:
Key-value queries:
or
Use complex types:
$res = $db->exec('select \'{"id":1,"name":"John Doe","department":"Sales"}\'::json as j from users')->fetchArray('j');
//$res = [
// 'id' => 1,
// 'name' => 'John Doe',
// 'department' => 'Sales',
//]
All versions of pgdb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-pgsql Version *
ext-json Version >=1.0.0
ext-pgsql Version *
ext-json Version >=1.0.0
The package ikitiki/pgdb contains the following files
Loading the files please wait ....