Libraries tagged by pdo-sqlite
vectorface/mysqlite
41238 Downloads
Select MySQL compatibility functions for PDO's SQLite driver
phpnomad/sqlite-integration
86 Downloads
PDO+SQLite implementation of phpnomad/db strategies. Pairs with phpnomad/mysql-integration so entity classes and repositories are portable between MySQL (server) and SQLite (desktop/local).
splitbrain/php-sqlite
73 Downloads
A simple wrapper around pdo-sqlite with basic migration support and a few helper utils
tredmann/monolog-pdo-sqlite
3 Downloads
polyfills/pdo-sqlite-subclass
1 Downloads
User-land PHP polyfill for PDO Sqlite driver subclass.
jichangfeng/sqlite
695 Downloads
Long-living SQLite connection for daemon.
devman87/simple-pdo-wrapper
8 Downloads
Simple Pdo Wrapper
comodojo/database
1001 Downloads
Multi-database library
er-dhruvmishra/laravel-sqlite-ffi
10 Downloads
Drop-in SQLite driver for Laravel using PHP FFI — no pdo_sqlite or sqlite3 extension required. Zero code changes needed.
ausus/persistence-sql
307 Downloads
L3 PersistenceDriver — SQL implementation of RFC-002 via PDO (SQLite/MySQL/Postgres). Includes SchemaDeriver + DatabaseAuditSink.