I\'m using the following to try and insert a record into a postgresql database table, but it\'s not working. I don\'t get any errors, but there are no records in the table.
Turns out I needed conn.commit() at the end
conn.commit()