OurBigBook
It might be wise to enable PostgreSQL query logging by default with: log_statement for development. TODO does it noticeably affect performance?
See: stackoverflow.com/questions/722221/how-to-log-postgresql-queries
One major advantage of this method is that Sequelize's error logging is a bit crap, and sometimes the error appears much much more clearly in the PostgreSQL logs.

Ancestors

  1. Log database queries
  2. OurBigBook Web development
  3. OurBigBook Web
  4. OurBigBook Project