Libraries tagged by statement cache

paragonie/easydb-cache

30 Favers
507 Downloads

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

Go to Download


thumbtack/querycache

6 Favers
42 Downloads

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

Go to Download


coco-project/sql-cache

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


anonymous-php/longlife-pdo

0 Favers
15 Downloads

Longlife connections for looped applications

Go to Download


invincible-tech-systems/easeampmysql

1 Favers
39 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
72 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