{"id":18994543,"url":"https://github.com/timelessnesses/surreal-db-python","last_synced_at":"2026-06-21T02:31:47.616Z","repository":{"id":59729953,"uuid":"538760059","full_name":"timelessnesses/surreal-db-python","owner":"timelessnesses","description":"A SurrealDB client in pure python","archived":false,"fork":false,"pushed_at":"2024-02-25T13:05:29.000Z","size":165,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T21:11:30.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timelessnesses.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-20T01:22:58.000Z","updated_at":"2022-09-20T01:23:50.000Z","dependencies_parsed_at":"2025-01-01T15:42:11.273Z","dependency_job_id":"c07144bb-b92c-4c3e-9989-465c8593df57","html_url":"https://github.com/timelessnesses/surreal-db-python","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"e83e3d9ac31da4e179f3bd70741b72f150082854"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timelessnesses/surreal-db-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fsurreal-db-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fsurreal-db-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fsurreal-db-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fsurreal-db-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timelessnesses","download_url":"https://codeload.github.com/timelessnesses/surreal-db-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Fsurreal-db-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34592050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T17:25:57.495Z","updated_at":"2026-06-21T02:31:47.594Z","avatar_url":"https://github.com/timelessnesses.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# surreal-db-python\n\nA pure python (and compilable) database client for SurrealDB.\n\n## Installation\n\n1. Install with\n\n```bash\npip install surreal-db-python\n```\n\n## Usage\n\n```py\nimport surreal\n\nclient = surreal.SurrealDB(\n    host: str,\n    username: str,\n    password: str,\n    db: str,\n    namespace: str\n)\n\nclient.execute(\"CREATE deez:nut SET nice = 69 + 420;\")\nclient.fetch(\"SELECT * FROM deez:nut;\")\n```\n\n## Features\n\n- Supported Asynchronous Operation (with class `AsyncSurrealDB`) (`AsyncSurrealDB` have same API as `SurrealDB but you await them.)\n- (not) Supported websocket (yet)\n\n## Build from source\n\n1. Clone repository\n\n2. `poetry install`\n\n3. `./setup.py sdist bdist_wheel` for wheel or `./setup.py install` for install package directly (egg included)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Fsurreal-db-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimelessnesses%2Fsurreal-db-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Fsurreal-db-python/lists"}