Y
Hacker News
new
|
ask
|
show
|
jobs
by
velodrome
3002 days ago
> I think sqlx is good enough for most
sqlx is nice but I wish it had query logging.
1 comments
kemitche
3002 days ago
It's relatively easy to write a wrapper around your sqlx DB that logs queries before sending them to the underlying sqlx DB. I agree it would be nice to be built in, but then you're kind of locked into the logging interface(s) sqlx supports.
link