in reply to
Perl Typeless Autovivifying Database
It seems like
DBD::AnyData
's "Working with in-memory tables" section will pretty much give a typeless database (though no idea performance-wise), and has the huge advantage of working under
DBI
and
Class::DBI
. Does that satsify your requirements?
Comment on
Re: Perl Typeless Database
In Section
Seekers of Perl Wisdom