this how i do that the table have primary key name idbut for delete it is not really works...:(Helloi use a db file per entreprise of user in my dancer app, i can get insert and update
my $dbname = "$UPLOAD/$entreprise/$entreprise.sqlite";
database({ driver => 'SQLite', database => $dbname })->quick_delete('fournisseurs', {id => $idFourToDel} );
is someone with solution or same troubleT.