[massive store] allow stores not to drop constraints
Provide a PGHelper alternative class that doesn't drop constraints nor indexes
TODO: drop=False won't actually work since we insert into
cw_ table before inserting in the entities
table
and therefore it will violate foreign key constraints
Edited by Simon Chabot