vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
149 stars 53 forks source link

Upsert support #64

Closed broadwaylamb closed 6 years ago

broadwaylamb commented 6 years ago

Can we add an UPSERT support? PostgreSQL has the ON CONFLICT clause for this purpose.

I could try to implement this.

tanner0101 commented 6 years ago

This should be possible once the latest Fluent updates land. Keep an eye on https://github.com/vapor/fluent/pull/482