I recently found myself wanting to implement the sqlite3_busy_handler hook and a busy_timeout, to handle BUSY errors, rather than using a try-except.
https://www.sqlite.org/c3ref/busy_handler.html
Any thoughts on implementing this so that a timeout value and a Dart callback could be used?
I recently found myself wanting to implement the sqlite3_busy_handler hook and a busy_timeout, to handle BUSY errors, rather than using a try-except.
https://www.sqlite.org/c3ref/busy_handler.html
Any thoughts on implementing this so that a timeout value and a Dart callback could be used?