del redis & neo4j

This commit is contained in:
Per Stark
2024-10-16 09:23:42 +02:00
parent 2ceb721329
commit 15dc0477bf
15 changed files with 53 additions and 633 deletions

View File

@@ -1,9 +1,7 @@
use surrealdb::{engine::remote::ws::{Client, Ws}, opt::auth::Root, Surreal};
use thiserror::Error;
pub mod document;
pub mod graph;
#[derive(Clone)]
pub struct SurrealDbClient {
pub client: Surreal<Client>,
}