@@ -37,11 +37,12 @@ @defparam[sqltools:dbc con connection? #:value "No DB connection!"] The current database connection. This module assumes a single active connection and stores it in this parameter so you don’t have to pass it to a function every time you execute a query. It’s -provided here so you can use it directly with the functions provided by @racketmodname[db]. +provided here so you can use it directly with the functions provided by @racketmodname[db] (all of +which are re-provided by this module for convenience). @defboolparam[sqltools:log-queries? v #:value #f] A kill-switch that determines whether @racket[log-query] does anything.