use surrealdb::{ engine::remote::ws::{Client, Ws}, Surreal, }; pub async fn establish_connection() -> Surreal { Surreal::new::("localhost:8000").await.unwrap() }