-
-
Notifications
You must be signed in to change notification settings - Fork 87
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 multi-database support #89
Comments
Seems that the docs are wrong, and |
A minor gotcha is that the catalog view |
@ywelsch This has been released in 0.0.14. Thanks for your issue! You can also now open multple databases right from the command line: harlequin f1.db iris.db |
Awesome! I've tried it out, works perfectly. Thank you. |
DuckDB has support for attaching multiple databases. The catalog UI currently only takes the default DB into account. It would be great to show all databases/catalogs and their schemas on the left hand side, with the current default database highlighted.
The text was updated successfully, but these errors were encountered: