Simple Ext/DBA Adapter

v1.0.0 2020-06-25 23:57 UTC

This package is auto-updated.

Last update: 2024-04-26 09:37:27 UTC


README

Lint Code Base

Adapter to DBA extension and wrapper around LMDB (Lightning Memory-Mapped Database) library.

Requirements

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