Libraries tagged by sqlite3
pilulka/mysql2sqlite
44129 Downloads
Pilulka MySQL2Sqlite converts schema between MySQL and SQLite.
monkeyscloud/monkeyslegion-database
2723 Downloads
High-performance PDO connection management with read/write splitting, connection pooling, and multi-driver support (MySQL, PostgreSQL, SQLite).
milpa/data
202 Downloads
Runtime-native persistence primitive for the Milpa PHP framework: a plain-entity + repository contract, with file-JSON, SQLite and MySQL document-store, and in-memory backends behind a common RepositoryInterface — zero ORM, zero migrations.
kha333n/laravel-code-graph
233 Downloads
A persistent code graph for Laravel projects. Indexes your codebase into a local SQLite graph and exposes it to AI assistants over MCP, so they get token-efficient, structurally accurate context instead of re-reading files.
grafite/cache
3762 Downloads
An SQLite based cache with some extra features.
georgeff/schema
71 Downloads
Database schema builder — driver-agnostic blueprints compiled to SQL for MySQL, PostgreSQL, and SQLite
esplora/spire
2902 Downloads
Easy Tools for Production Environment of Laravel SQLite Database
xjryanse/sqlite
25 Downloads
sqlite数据库操作
tod/mysql-to-sqlite
146 Downloads
swiss-devjoy/laravel-optimize-sqlite
5276 Downloads
Optimize your SQLite database for production in Laravel
sqlitecloud/sqlitecloud
146 Downloads
A PHP package for working with SQLite databases in the cloud.
spriebsch/sqlite
1445 Downloads
Lightweight Sqlite wrapper with lazy connection and schema creation.
splitbrain/php-sqlite
73 Downloads
A simple wrapper around pdo-sqlite with basic migration support and a few helper utils
phpnomad/sqlite-integration
16 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).
ncaroyannis/laravel-sqlite-fluent-drop-foreign
576 Downloads
Add a fluent dropForeign when using sqlite database