There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

DynGig::Automata::EZDB::Alert - Extends DynGig::Util::EZDB.

SCHEMA

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

SYNOPSIS

See Util::DynGig::Automata::SQLite for other methods.

$db->delete( 'key1' );  ## delete record of 'key1' from all tables

NOTE

See DynGig::Automata