Moved database into a separate file.
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use crate::data::{id::IDError, table::TBLError, DBError};
|
||||
use crate::data::{database::DBError, id::IDError, table::TBLError};
|
||||
use std::{error::Error, fmt};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
Reference in New Issue
Block a user