Skip to main content

create

Function create 

Source
pub async fn create(pool: &DbPool, id: &str) -> DbResult<Conversation>
Expand description

Create a new conversation.

ยงErrors

Returns DbResult::Err if the database insertion fails.