Skip to main content

Overview

The SurrealDB SDK for Python enables simple and advanced querying of a remote database from a browser or from server-side code. By default connections to SurrealDB are made over WebSockets, and automatically reconnect when the connection is terminated. We however also support connecting through a http client, however that is not as fully implemented yet.

To contribute to this documentation, submit an Issue or Pull Request in the docs.surrealdb.com repository.

To contribute to the SDK code, submit an Issue or Pull Request in the surrealdb.py repository..

NOTE: This SDK is compatible with V1.x.x