custom_engine #1

Merged
Oliver merged 16 commits from custom_engine into main 2024-11-13 00:53:31 +00:00
Showing only changes of commit ec66c4e765 - Show all commits

View File

@ -5,7 +5,7 @@ use surrealdb::{
sql::Thing,
Response, Surreal,
};
use tracing::{debug, error, instrument, trace, warn};
use tracing::{error, instrument, trace, warn};
use url::Url;
use crate::Timer;