I just updated my app to IHP v1.1, everything went smoothly, I can run the development server without any issue. However, when I try to run nix-build or nix build, I get errors (I'm not sure which is the correct command at the moment, w…
In raw SQL it is possible to use INSERT ... ON CONFLICT ... query, to update the record, if it already exists. This feature would be a nice addition (I am currently using withTransaction, to delete conflicts)
…