Libraries tagged by pdo_pgsql
sigma/build-query
14 Downloads
A php build query using pdo. Databases available Mysql, Postgres, Firebird, SQlite
ausus/persistence-sql
307 Downloads
L3 PersistenceDriver — SQL implementation of RFC-002 via PDO (SQLite/MySQL/Postgres). Includes SchemaDeriver + DatabaseAuditSink.
shlikhota/postgresdb-php
988 Downloads
PostgreSQL database abstract layer over PDO extension
zi/zquery
3 Downloads
Focused fluent SQL query builder for PHP 8.2+
tkaratug/titandb-2
20 Downloads
A lightweight and efficient SQL query builder library
thedigital/sqlschema
429 Downloads
Provides facilities to read table names and table columns from a database using PDO.
tereta/orm
0 Downloads
ORM (Object-Relational Mapping) library for PHP, providing a simple and efficient way to interact with databases using an object-oriented approach.
tereta/migration
1 Downloads
Database schema facade over tereta/dbal: list tables ordered by foreign-key relations, dump and restore table structure as XML, dump and restore data as XML, apply .sql/.php migrations.
tereta/dbal
3 Downloads
SQL query builder with fluent interface, supporting multiple database drivers and prepared statements. Designed for ease of use and flexibility in building complex SQL queries.
tbl0605/propel1-pervasive
304 Downloads
Propel 1.x ORM fork with experimental Pervasive PSQL (Actian Zen) support. Requires PHP 7.4+
tafoyaventures/ezsql-tafoya
12 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
sugiphp/dbal
75 Downloads
SugiPHP Database abstraction layer on top of PDO
sugiphp/database
366 Downloads
Database abstraction layer
srjlewis/aura-sql
37 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.
sanderheijselaar/ezpdo
1136 Downloads
A simple PHP PDO class for MySQL