Libraries tagged by pdo database
aheinze/mongo-lite
57 Downloads
Schemaless database on top of SqLite
genai/session
128 Downloads
Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.
daveismyname/sql-import
2086 Downloads
Import .sql file into a database using PDO
genai/sql-mapper
161 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.
dealnews/db
726 Downloads
Database Library providing a PDO factory and CRUD operations
cabinet/dbal
156 Downloads
Database Abstraction Layer for PDO
ttsuruoka/php-simple-dbi
150860 Downloads
Simple database interface class for PHP PDO
holtbosse/db
7125 Downloads
simple database class for working with pdo
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.
vitexsoftware/multiflexi-database-connection
48 Downloads
MultiFlexi support for PDO database connections
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
ismail0234/pdodatabase
193 Downloads
pdo easy and fast speed framework strong database class.
velt/database
30 Downloads
Velt Database PDO module
elavora/api-database-pdo
15 Downloads
Fabrica PDO opcional para o framework Elavora
dframe/database
3250 Downloads
Database pdo wrapper