Open tomciopp opened 2 years ago
Every time Triplex.all is called it will log a SQL query to the console. This allows devs to turn that off by passing log: false as an option to the function.
Triplex.all
log: false
Every time
Triplex.all
is called it will log a SQL query to the console. This allows devs to turn that off by passinglog: false
as an option to the function.