dart_postgresql
dart_postgresql copied to clipboard
Add support for logging the commands sent to PostgreSQL.
A flag should enable a (text) log for the SQL commands sent to the PostgreSQL.
I'm not convinced that the driver is the right place to add this feature. I think it belongs in the application layer above. But I am open to discussion.