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.0.5
2026-03-17 03:01 UTC
Requires
- php: ^8.4
- ext-pdo: *
- kduma/simple-dal-adapter-contracts: ^0.0.5
Requires (Dev)
- kduma/simple-dal: ^0.0.5
- 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