mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-27 19:27:07 +02:00
del redis & neo4j
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user