pub fn execute( command: &SessionCommands, db_path: Option<&PathBuf>, actor: Option<&str>, session_id: Option<&str>, json: bool, ) -> Result<()>
Execute session commands.
Returns an error if the database operation fails.