Are you sure all your queries will be static ?
I'd probably put all SQL in a distinct module, using some conditioning inside the module to get the proper SQL back.
It's better to have all related SQL grouped so that it is easy to overview when something should be changed later on. Having distinct directories and files would make maintenance difficult and error-prone.