Allow using path with local database
Opened this issue · 0 comments
huantrinh1802 commented
conn = libsql.connect(f"file:/path/to/data.db", sync_url=url, auth_token=auth_token)
returns ValueError: Failed to connect to database: IO error: No such file or directory (os error 2)`