Libraries tagged by database class
marcocesarato/cpdo
397 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.
jelix/php-redis
5143 Downloads
php classes to manage data into a redis database. Fork from Sash php-redis lib.
ixnode/php-date-parser
747 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
simplemage/module-category-product-indexer
27 Downloads
High-performance rewrite of Magento 2's catalog_category_product indexer using the snapshot pattern. Solves the classic 'Could not acquire lock' hang on large catalogs (500k+ products). 2.6x-7.7x faster measured on real production databases.
phptricks/database_class
497 Downloads
A database class which uses the PDO extension, Supports many drivers
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
metamodels/phpunit-contao-database
10344 Downloads
MetaModels phpunit contao database classes
emdotem/php-mysqli-database-class
27615 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
easy-swoole-php/mysqli-database-class
1337 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
dejongensvanboven/mysqli-database-class
418 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
factorio-item-browser/api-database
2424 Downloads
The doctrine classes connecting the API database of the Factorio Item Browser.
restruct/silverstripe-database-migrations
352 Downloads
Database migration utilities for SilverStripe: table renames, classname remapping, column renames, and table merges during dev/build
nowendwell/mysqli-class
20 Downloads
MYSQLi Wrapper
mouf/database.querywriter
30957 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
mouf/database.doctrine-orm-wrapper
5298 Downloads
This package contains wrapper classes that make Doctrine ORM easy to use in Mouf