Open ghost opened 3 years ago
Indexes with PostgreSQL should work fine, for SQLite I was not able to support this functionality. I don't know it it does not support this or I did something wrong 🤔
You can create index with multiple columns using withUnique
:
Adding support for multiple ON CONFLICT columns would be greatly appreciated.