pugsql
pugsql copied to clipboard
Support :doc
HugSQL supports :doc
, e.g.
-- :name foo
-- :doc This string documents the resulting function
select 1;
Ideally we'd support this and it'd be displayed when using help()
in a Python repl. It might not be possible to do that, but we could at least include it in the output of str(module.foobar)
.