The use of SQLite.@register cxn func is awesome.
Is there any possibility that a progress bar for queries will be implemented via the progress_handler that sqlite3 offers?
I would imagine it's a very similar implementation to what has been done with register or create_function.
The use of
SQLite.@register cxn funcis awesome.Is there any possibility that a progress bar for queries will be implemented via the
progress_handlerthat sqlite3 offers?I would imagine it's a very similar implementation to what has been done with
registerorcreate_function.