Hi!
I would like to use SnoopPrecompile in a package that perform a lot activity using a database through ODBC.jl. However, I cannot use @precompile_all_calls because it will require a working database connection every time the user loads the package.
Is it possible to allow SnoopPrecompile to dump all precompilation statements into a file (just like we usually did before) so that I can generate them from a controlled environment before tagging a new package version?