libsql-experimental-python
libsql-experimental-python copied to clipboard
Allow using path with local database
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)`