Closed starascendin closed 3 weeks ago
@starascendin , hey! Can u provide more details about issue? What error u get in first case? DO u try from connect examples?
surreal = Surreal("http://127.0.0.1:8000", credentials=("root", "root"))
with surreal.connect() as ws_connection:
ws_connection.use("test", "test")
db = Database.from_connection(ws_connection)
Hi, it seems like this is an issue on my and I re-tried the orm this time and it works. Will close this. Thank you for your work on this!!!
first of all, thx for making this lib and it is delightful to use it.
So i've updated to the latest for Sdb 2.0, and i've been running issues regarding authentication with the following:
and i had to change it to this to work