-
I would like to instantiate a duckdb directly from a database file, is that possible? So something like this:
And the |
Beta Was this translation helpful? Give feedback.
Answered by
severo
Jun 28, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xelephas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe with ATTACH:
https://duckdb.org/docs/sql/statements/attach
https://duckdb.org/docs/guides/network_cloud_storage/duckdb_over_https_or_s3
https://github.com/search?q=repo%3Aduckdb%2Fduckdb-wasm+attach&type=code