Externalize schemawatch queries
Opened this issue · 1 comments
bobvawter commented
The schema queries are baked in as string constants. It would be good to hoist them out into an embed.FS
and allow them to be loaded from disk a-la the overrides in the apply package.
ryanluu12345 commented
To clarify here, do you mean to supplement the existing method by giving an ability to override? Or do you mean to make the embed.FS
method the default now?