pturmel
9
Consider switching to a DB brand that:
-
Supports the SQL standard ON CONFLICT
clause, or similar non-standard functions (aka UPSERT).
-
Supports arrays in JDBC and the SQL standard UNNEST
function to convert arrays to table-like objects.
( * Cough * PostgreSQL * Cough * )
1 Like