bubble_db/
types.rs

1pub type DbResult<T> = Result<T, String>;