Libraries tagged by statement cache

paragonie/easydb-cache

32 Favers
23824 Downloads

Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)

Go to Download


tommyknocker/pdo-database-class

85 Favers
6174 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.

Go to Download


thumbtack/querycache

0 Favers
7578 Downloads

A simple PDO query interface with support for result set and row level caching

Go to Download


genai/sql-mapper

0 Favers
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.

Go to Download


coco-project/sql-cache

0 Favers
23 Downloads

Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.

Go to Download


faster-php/db

0 Favers
2 Downloads

A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.

Go to Download


anonymous-php/longlife-pdo

0 Favers
18 Downloads

Longlife connections for looped applications

Go to Download


lakshanjs/pdodb

1 Favers
31 Downloads

Production-ready PDO database abstraction for PHP with a secure query builder, statement caching, nested transactions, and MySQL 8+ compatibility.

Go to Download


invincible-tech-systems/easeampmysql

1 Favers
63 Downloads

A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.

Go to Download


easeappphp/pdolight

0 Favers
78 Downloads

A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.

Go to Download


shammaa/laravel-optimized-queries

1 Favers
34 Downloads

Advanced Laravel query optimizer - Reduce multiple Eloquent queries to a single optimized SQL statement with JSON aggregation. Supports nested relations, callbacks, belongsToMany, polymorphic relations, and caching.

Go to Download