pub fn insert<E>(id_column: &str) -> Stringwhere E: Fetchable + Insertable,
Build INSERT INTO
tokio_postgres
libsql_returning
RETURNING <id_column>