/edbapter

Simple Ext/DBA Adapter

Primary LanguagePHPMIT LicenseMIT

EDBApter

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