surrealdb / surrealdb.py

SurrealDB SDK for Python
https://surrealdb.com
Apache License 2.0
188 stars 52 forks source link

Feature: Python SDK to support SurrealDB 2.x #115

Open martinholovsky opened 4 weeks ago

martinholovsky commented 4 weeks ago

Is your feature request related to a problem?

Current surrealdb.py does not support SurrealDB 2.x Even mentioned on official site: https://surrealdb.com/docs/sdk/python

Describe the solution

Update Python SDK to support for SurrealDB 2.x

Alternative methods

n/a we use python on backend

SurrealDB version

2.0.4

surrealdb.py version

0.3.2

Contact Details

No response

Is there an existing issue for this?

Code of Conduct

Deutscher775 commented 3 weeks ago

It does support 2.x, but in a limited way. For example: only Root-Authentication seems to be supported and leaves Namespace and Database-Authentication behind. For now you could use Maxwell Flitton's surreal-lite.py which does support 2.x and these methods.

lfnovo commented 1 week ago

Is there any estimate on when this is coming?

vadim-su commented 6 days ago

Yeah, it will be great to get the full functionality of v2

Deutscher775 commented 6 days ago

Is there any estimate on when this is coming?

no sadly there is no estimate