Libraries tagged by pdo_sqlite
xeoncross/dbyte
209 Downloads
A 1kb, MySQL/SQLite/PostgreSQL database library
voodoophp/voodorm
10495 Downloads
VoodOrm is a micro-ORM which functions as both a fluent select query API and a CRUD model class.
versaorm/versaorm-php
16 Downloads
ORM ligero y seguro para PHP (modo PDO por defecto) - Query Builder fluido, Active Record simple, preparado para núcleo nativo opcional
rotexsoft/sqlschema
917 Downloads
Provides facilities to read table names and table columns from a database using PDO. This package is a fork of https://packagist.org/packages/aura/sqlschema ( https://github.com/auraphp/Aura.SqlSchema ). It adds PHP 8.1+ suport and is also designed to work with Mariadb 10.4+ and above.
pinga/db
435 Downloads
Safe and convenient SQL database access in a driver-agnostic way
milanmadar/coolio-orm
280 Downloads
PHP ORM based on Doctrine DBAL
hi/sqlquery
911 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
giovanniramos/pdo4you
115 Downloads
Access SQL databases using the PDO extension
evosoftcz/dibi
5210 Downloads
Dibi is Database Abstraction Library for PHP
aheinze/mongo-lite
57 Downloads
Schemaless database on top of SqLite
splitbrain/php-sqlite
54 Downloads
A simple wrapper around pdo-sqlite with basic migration support and a few helper utils
tebe/pdo
21 Downloads
Provides an extension to the native PDO along with additional functionality.
liquidbox/silex-pdo
6119 Downloads
A PDO service provider for the Silex micro-framework
v-dem/queasy-db
160 Downloads
Database access classes, part of QuEasy PHP framework
srjlewis/aura-sql
18 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.