Disconnect #8
-
After run a query on the .duckdb file, I am not able to fully disconnect/release lock on file? |
Beta Was this translation helpful? Give feedback.
Answered by
RandomFractals
Oct 6, 2023
Replies: 1 comment
-
@bayees unless you are using a Pro version of our DuckDB Tools, you should be able to connect and disconnect without locking DuckDB files since the free version of our DuckDB SQL Tools use read-only connections and don't lock the loaded DuckDB files. More info in our docs on this topic: https://github.com/RandomFractals/duckdb-sql-tools#read-only-duckdb |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RandomFractals
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bayees unless you are using a Pro version of our DuckDB Tools, you should be able to connect and disconnect without locking DuckDB files since the free version of our DuckDB SQL Tools use read-only connections and don't lock the loaded DuckDB files.
More info in our docs on this topic: https://github.com/RandomFractals/duckdb-sql-tools#read-only-duckdb