Hey, using Dao is it possible to have a `Entity#new` that does `INSERT IGNORE INTO` instead of just ...
m
Hey, using Dao is it possible to have a
Entity#new
that does
INSERT IGNORE INTO
instead of just
INSERT INTO
?
j
...unlikely