Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sqlite3_progress_handler() to API for Progress bar callback #291

Open
chaxor opened this issue Apr 13, 2022 · 1 comment
Open

Add sqlite3_progress_handler() to API for Progress bar callback #291

chaxor opened this issue Apr 13, 2022 · 1 comment

Comments

@chaxor
Copy link

chaxor commented Apr 13, 2022

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.

@quinnj
Copy link
Member

quinnj commented Apr 14, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants