Closed ue71603 closed 3 months ago
One of the errors that I had was when I tried to laod a duckdb that did not exist. This did not result in a "file not found", but in an error when the generator returned none. So it was unclear that this resultated from a missing file and not some missing data in the file.
Oh right, because a non-existing file would mean create the file. I think it would also be a best practise to open it for read only (I thought I already implemented that).
yes. it is onl a problem for the db that should contain the data.
if you did, then close the issue.
I'll explicitly add something. I think I would like to integrate #45 in this process. To make the database access as transparant as possible.
you are the developer :-)
Can you elaborate?