Convert confdb to a standard store
Created by: camdencheek
This converts the database interactions for configuration into a more standard
store, and removes its dependency on dbconn.Global
by passing in a database
from a parent context. This also allowed me to update the tests to use a non-global
database and run them in parallel.
1 down, 38 to go.