pub fn insert_sql(table: &str, columns: &[&str]) -> String
Generates an INSERT SQL string with the correct placeholder syntax. For PostgreSQL, appends RETURNING id.
RETURNING id