Feature Request: Add configuration options in duckdb.connect() to pass in parameters for encrypted DuckDB databases #181
crazy-treyn
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now when I am using a context manager for my DuckDB connections, I have no way of passing in the encryption key. This means that for every connection I open, I have create an in memory database connection, then in that connection run the ATTACH command with encryption key.
If we can add the encryption key as a part of the
.connect()function, I think we would also want to be able to select the encryption cypher, as well as which encryption library to use (mbedtls which is the default or OpenSSL from thehttpfsextension)Beta Was this translation helpful? Give feedback.
All reactions