jdwinkler / resistome_generator

Development repo for the Resistome database and its tooling.
2 stars 0 forks source link

Refactor SQL to use proper templating #3

Open jdwinkler opened 3 years ago

jdwinkler commented 3 years ago

This is a pretty low priority but sometimes SQL queries are not prepared properly in the repo: they use direct string construction (albeit with controlled inputs) for specifying schemas, etc. Would be good to fix that.