Open
Description
The change here breaks backwards compatibility a tiny bit:
I'm going to ship it as a 4.0 alpha first to exercise it a bit more.
If I'm doing a 4.0 there may be other backwards-incompatible changes I want to sneak in too.
Backwards incompatible changes
- Use UPSERT (aka INSERT ... ON CONFLICT SET) in .upsert() and .upsert_all() when available #652
- db.table() should only return tables, add db.view() #657