Libraries tagged by pdo_pgsql
doctrine/dbal
615866081 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
nette/database
7055596 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.
dibi/dibi
4057430 Downloads
Dibi is Database Abstraction Library for PHP
aura/sqlquery
3187326 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
aura/sql
2721158 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.
ezsql/ezsql
49827 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
t1nkl/postgres-pgbouncer-extension
143581 Downloads
Laravel PostgreSQL pgbouncer extension fix for PDO::ATTR_EMULATE_PREPARES option
ecotone/pdo-event-sourcing
187872 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
2634 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
jv2222/ezsql
11714 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
delight-im/db
182548 Downloads
Safe and convenient SQL database access in a driver-agnostic way
aura/sqlschema
245834 Downloads
Provides facilities to read table names and table columns from a database using PDO.
atlas/query
260485 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
apix/cache
550426 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.
jstayton/miner
12575 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.