NAME
AC::Yenta::Store::Map - persistent storage for yenta maps
SYNOPSIS
your code:
AC::Yenta::Store::Map->add_backend(
postgres
=>
'Local::Yenta::Postgres'
);
your config:
map
mappyfoo {
backend postgres
# ...
}
AC::Yenta::Store::Map - persistent storage for yenta maps
your code:
AC::Yenta::Store::Map->add_backend(
postgres
=>
'Local::Yenta::Postgres'
);
your config:
map
mappyfoo {
backend postgres
# ...
}