pugsql
pugsql copied to clipboard
include informational comments in queries
It'd be nice to include the function names and filenames in the sql queries that wind up getting run, i.e. the database should see something like:
-- pugsql function foobar in file sql/modulename/foobar.sql
select * from foobar limit 5;