append Db Data To Table
fun <T : DbTableData> appendDbDataToTable(data: List<T>, tableName: String, schemaName: String? = defaultSchemaName)
Uses DuckDb's Appender to more efficiently append records to the table. The data in the list must be associated with the named table. The table must be within the named schema. The data must not have an auto-increment field.