Expose sqlite3_db_status
Author: ByteceptikusCreated Mar 13, 2019Updated Feb 3, 2026
For expvar I need the status of sqlite. sqlite delivers stats per sqlite3_db_status
I would try to implement it myself, but I have no experience in C and calling C from Go
Is there an workaround?
Source: mattn/go-sqlite3