go-spacemesh icon indicating copy to clipboard operation
go-spacemesh copied to clipboard

sqlite: implement mode that will print explain info in debug logs

Open dshulyak opened this issue 2 years ago • 0 comments

when debug mode for db is enabled - explain statement before executing it and print full information as a debug log with:

  • original statement
  • explain output

https://www.sqlite.org/eqp.html

dshulyak avatar Jul 04 '22 08:07 dshulyak