Postgres-StORM
Postgres-StORM copied to clipboard
Change insert methods return types
When we create unique index on db, insert method will not create new record for duplicates. This is not an error. So it will be nice to return optional Any for this case.