insert

Function insert 

Source
pub fn insert<E>(id_column: &str) -> String
where E: Fetchable + Insertable,
Expand description

Build INSERT INTO

() VALUES () When feature tokio_postgres or libsql_returning is enabled, this appends RETURNING <id_column>.