Using module LMDB - bindings to the openLDAP library. Requires an LDAP instance.
use LMDB; my %DB := LMDB::DB.open(:path<some-dir>, %connection-parameters);
%DB may be accessed, read from and written to like a native hash.
Last updated 2 years ago