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

Could you think about support DuckDB? #58

Open
happydentist opened this issue Dec 20, 2024 · 2 comments
Open

Could you think about support DuckDB? #58

happydentist opened this issue Dec 20, 2024 · 2 comments

Comments

@happydentist
Copy link

DuckDB is sqlite-like in-memory OLAP tool
https://duckdb.org/

c# Driver
https://duckdb.net/

@electroly
Copy link
Member

electroly commented Dec 20, 2024

I could support import/export for DuckDB the same way that I do for MySQL and PostgreSQL. The notebook file itself would still need to be SQLite. I'm afraid SQL Notebook is too deeply linked to SQLite to change the internal engine.

You may be interested in https://github.com/timestored/qstudio. qStudio has an integrated DuckDB engine and @ryanhamilton just added an SQL notebook feature to the latest 4.0 release. This is a deeper DuckDB integration than I'd be able to accomplish in SQL Notebook.

@happydentist
Copy link
Author

Happy that you can support import/export for DuckDB。
For now make SQL Notebook better。
Many thanks
Another sqlite extension
https://github.com/asg017/sqlite-ecosystem

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