Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
martinholovsky opened this issue Oct 29, 2024 · 4 comments
Open
2 tasks done

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

martinholovsky opened this issue Oct 29, 2024 · 4 comments

Comments

@martinholovsky
Copy link

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?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@martinholovsky martinholovsky changed the title Feature: Python SDK to support SurrelDB 2.x Feature: Python SDK to support SurrealDB 2.x Oct 29, 2024
@Deutscher775
Copy link

Deutscher775 commented Nov 1, 2024

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
Copy link

lfnovo commented Nov 19, 2024

Is there any estimate on when this is coming?

@vadim-su
Copy link

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

@Deutscher775
Copy link

Is there any estimate on when this is coming?

no sadly there is no estimate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants