Moves queries into a query module. Define them in files so that IDE static analysis can be performed on them, makes editing a little easier. Provides a basic lazy loader class for accessing them, so they only have to be loaded once when needed rather than repeatedly or at module initialization.
Moves queries into a
query
module. Define them in files so that IDE static analysis can be performed on them, makes editing a little easier. Provides a basic lazy loader class for accessing them, so they only have to be loaded once when needed rather than repeatedly or at module initialization.