kduma / simple-dal-db-adapter
Simple DAL - SQLite database adapter
Package info
github.com/kduma-OSS-splits/PHP-simple-dal-db-adapter
pkg:composer/kduma/simple-dal-db-adapter
v0.2.0
2026-03-20 08:51 UTC
Requires
- php: ^8.4
- ext-pdo: *
- kduma/simple-dal-adapter-contracts: ^0.2.0
Requires (Dev)
- kduma/simple-dal: ^0.2.0
- pestphp/pest: ^3.0
README
SQLite database adapter for Simple DAL. Stores records as JSON in SQLite tables and attachments as BLOBs.
Part of the Simple DAL project.
Installation
composer require kduma/simple-dal-db-adapter
Documentation
See the full documentation.
License
MIT