//! `mxaccess-galaxy` — Galaxy Repository SQL resolver. //! //! M0 stub. The real resolver lands in M3 — see `design/60-roadmap.md`. //! Replicates the recursive CTE from //! `src/MxNativeClient/GalaxyRepositoryTagResolver.cs:209-293` //! (`deployed_package_chain`) against the verified table set //! `dbo.gobject` / `dbo.instance` / `dbo.dynamic_attribute` / //! `dbo.attribute_definition` / `dbo.primitive_instance` / `dbo.package`. //! //! **Resolver input contract**: `tag_name`-form only (e.g. `DelmiaReceiver_001`), //! not `contained_name`-form (e.g. `TestMachine_001.DelmiaReceiver`). See //! `wwtools/grdb/README.md` for the asymmetry. #![forbid(unsafe_code)]