Libraries tagged by pdo_interbase
dreamfactory/df-firebird
40243 Downloads
Firebird SQL Database support for DreamFactory
dgvirtual/codeigniter4-firebird
26 Downloads
PDO-based Firebird/InterBase database driver for CodeIgniter 4
apix/cache
550734 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.
tommyknocker/pdo-database-class
6163 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
emonkak/database
392587 Downloads
A database abstraction interface as a subset of PDO
anonymous-php/mysqli-pdo-bridge
1360 Downloads
Make your application PDO-compatible. This library gives you the possibility to use mysqli connection with the PDO interfaces.
thumbtack/querycache
7384 Downloads
A simple PDO query interface with support for result set and row level caching
detain/oauth2-server-mydb-storage
2763 Downloads
MyDb storage adapter implementing the thephpleague/oauth2-server (4.x) storage interfaces.
hazaarlabs/hazaar-dbi
16448 Downloads
The DataBase Interface for Hazaar MVC
bayfrontmedia/simple-pdo
1384 Downloads
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
erusev/base
170 Downloads
Simple Database Interface
ttsuruoka/php-simple-dbi
150861 Downloads
Simple database interface class for PHP PDO
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
migliori/php-pdo-database-class
435 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
gelembjuk/db
127 Downloads
PHP Package for DB access from PHP. It contains simple common interface and can be used with many DB engines. It is very simple alternative of PDO