You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
This could be really cool to hook into standard Julia progress handling packages! I could probably take a stab at something in the next few months, but if you'd like to have a go, feel free in the mean time!
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
orcreate_function
.The text was updated successfully, but these errors were encountered: