I'm trying to use DBD::AnyData and I see it's way slow. I wanted to add index or primary keys to the tables but I couldn't. I tryed lots of things:
create table table_name ( id int(11) not null primary key ); create index id (id) Is there a way to do this ? I wanted to do the tests for a module using DBD::RAM. -- frankie
