The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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