Skip to content

Instantly share code, notes, and snippets.

View Ce11an's full-sized avatar
🏴󠁧󠁢󠁷󠁬󠁳󠁿
Cymru am byth

Cellan Hall Ce11an

🏴󠁧󠁢󠁷󠁬󠁳󠁿
Cymru am byth
View GitHub Profile
@Ce11an
Ce11an / surreal.py
Last active March 6, 2023 03:07
SurrealDB WebSocket Client
"""SurrealDB websocket client library."""
import enum
import json
from types import TracebackType
from typing import Any, Dict, List, Optional, Tuple, Type, Union
import pydantic
import websockets