Libraries tagged by pdo query
jdz/database
130 Downloads
Unified database abstraction layer supporting MySQL, MariaDB, PostgreSQL, and SQLite via PDO and MySQLi drivers
initphp/database
243 Downloads
InitPHP Database — QueryBuilder, DBAL and ORM facade for the InitORM stack, plus a server-side DataTables.js helper.
hybridlogic/db
67 Downloads
A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
finesse/mini-db
1361 Downloads
Light database abstraction with a query builder
fiberphp/database
7 Downloads
🗄️ FiberPHP 数据库组件 —— 基于 PDO 的连接池、查询构造器、驱动抽象层,支持读写分离、协程安全。
dframe/database
3252 Downloads
Database pdo wrapper
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
coincheck/coincheck
2181 Downloads
Bindings of coincheck API
cocur/nqm
5590 Downloads
Named Query Manager helps you SQL organise queries in files.
callismart/dbprism
48 Downloads
DBPrism: Intent-based database abstraction layer with unified adapters, schema inspection, and migrations. Supports MySQL, PostgreSQL, SQLite, PDO, and WordPress.
buildcake/sqlkit
78 Downloads
Camada SQL simples com drivers (MySQL agora, Oracle depois) e compilador de query com validação automática de tipos.
prelude/prelude-database
4879 Downloads
A Database-Agnostic set of Abstractions built on top of PDO
lucinda/sql-data-access
23967 Downloads
API abstracting communication with SQL providers (eg: MySQL) on top of PDO inspired by Java JDBC
kitlabs/dbal
182 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
marcocesarato/cpdo
399 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.