Hi Folks I've been going thru the DBIx::* modules looking for one which puts a vendor-independent interface on things like primary keys in create table statements. In Postgres: create table(id integer unique, constraint t_index primary key(id) ) In MySQL: create table(id int auto_increment not null primary key)
Any ideas? -- Cheers Ron Savage, [EMAIL PROTECTED] on 30/09/2003 http://savage.net.au/index.html
