How can I do insert if an entry not yet exists using Squeryl?
I tried to catch a PSQLException if an insert statement is executed on an already-existing tuple, but it does not work (the PSQLException is not catched). In fact it would be better to tell Squeryl to not insert already existing tuples. That is what I am searching for.