Capturing SQL queries run against the DB
Does neon have a way for me to log and see which queries are run against the db? I'm trying to use this to generate migrations/replay of changes for my users.
So essentially the full log of all the SQL queries that are run in a form that allows replay
So essentially the full log of all the SQL queries that are run in a form that allows replay
