Write Rows to Table
- extdb.write_rows_to_table
Input:
- connection – Databaseconnection
- table – String
- rows – Row
Output:
- –
Writes row data to the specified PostgreSQL table. The function takes a collection of row objects (dictionaries) and inserts them into the database table. All rows should have compatible column names that match the target table schema.