libsql-experimental-python icon indicating copy to clipboard operation
libsql-experimental-python copied to clipboard

Provide a way to create connection which does not take database name

Open avinassh opened this issue 2 years ago • 0 comments

I want do something like this:

import libsql_experimental as libsql

url = os.getenv("LIBSQL_URL")
auth_token = os.getenv("LIBSQL_AUTH_TOKEN")

con = libsql.connect(url=url, auth_token=auth_token)

avinassh avatar Dec 01 '23 09:12 avinassh