No.
Multi-record insert options: https://www.hugsql.org/hugsql-in-detail/parameter-types/sql-tuple-list-parameters
If you're doing large batches, then you can map or doseq over your HugSQL-generated insert function within a transaction, or just use next.jdbc/execute-batch! directly.
TY!