saippuakauppias / edbapter
Simple Ext/DBA Adapter
v1.0.0
2020-06-25 23:57 UTC
Requires
- php: >=7.3.14
- ext-dba: *
This package is auto-updated.
Last update: 2025-03-26 11:51:49 UTC
README
Adapter to DBA extension and wrapper around LMDB (Lightning Memory-Mapped Database) library.
Requirements
- PHP >= 7.3.14 or >= 7.4.2
- LMDB
- Ext/DBA
- Enabled LMDB DBA support
Installation
The preferred way to install this library is through composer.
Either run
composer require saippuakauppias/edbapter
or add "saippuakauppias/edbapter": "^1.0"
to the require
section of your composer.json
file.
Usage
See example.php.
TODO
- libmdbx support