ateliware / triplex

Database multitenancy for Elixir applications!
MIT License
475 stars 49 forks source link

feat(Triplex): Allow users to turn off logging of SQL queries #89

Open tomciopp opened 2 years ago

tomciopp commented 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.