hugsql 2024-05-23

Hello people. Any suggestion on logging the executed sql with the time taken? What is a good place to look into to get and log this info? Anything already exists for this? Thanks

The simplest way is to delegate it to the database. Just setup up it such that it logs all the sql expressions and timings

Than tail -f the log file