Wrap basestore.Store in campaigns.Store
Created by: mrnugget
This changes the campaigns.Store
implementation to use the new *basestore.Store
as the underlying connection to the database.
I'm not yet sure whether we should switch to the way codeintel/store
does scanning of rows, but it would make working with the workerutils
easier.