The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Local::Cluster::EZDB - Extends Local::EZDB

SCHEMA

key TEXT NOT NULL,
value TEXT NOT NULL,
PRIMARY KEY ( key )

METHODS

See base class for additional methods.

get()

Loads all tables into a HASH. Also see dump(). Returns HASH reference in scalar context. Returns flattened HASH in list context.

NOTE

See Local::Cluster