#[derive(Debug, sqlx::FromRow)] pub struct NodeDb { pub id: u32, pub title: String, pub description: String, pub path_id: String }