Libraries tagged by pdo_pgsql
doctrine/dbal
631648920 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
nette/database
7186406 Downloads
💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
aura/sqlquery
3289847 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
2807901 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
dibi/dibi
4145355 Downloads
Dibi is Database Abstraction Library for PHP
ezsql/ezsql
51113 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
delight-im/db
192286 Downloads
Safe and convenient SQL database access in a driver-agnostic way
apix/cache
554456 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
t1nkl/postgres-pgbouncer-extension
192034 Downloads
Laravel PostgreSQL pgbouncer extension fix for PDO::ATTR_EMULATE_PREPARES option
ecotone/pdo-event-sourcing
195659 Downloads
PDO-backed Event Store for Ecotone — event-sourced aggregates, event-sourced sagas (durable workflows), projections, upcasting, and streaming projections (Kafka, RabbitMQ) on PostgreSQL or MySQL.
ramadan/custom-fresh
3939 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
jv2222/ezsql
12002 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
aura/sqlschema
249349 Downloads
Provides facilities to read table names and table columns from a database using PDO.
atlas/query
264359 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
jstayton/miner
12784 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.