You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add the ability to read existing unique indexes and multicolumn indexes from the current database model? In order not to list them each time in insert (keys) and upsert (keys).
The text was updated successfully, but these errors were encountered:
vladiscripts
changed the title
Support for indexes and multicolumn indexes
Support for unique indexes and multicolumn indexes
May 30, 2020
It'd be kind of cool to use a unique index for the upsert when it is available, would love to see a PR to do that. Essentially, I guess it would make the keys argument optional.
Could you add the ability to read existing unique indexes and multicolumn indexes from the current database model? In order not to list them each time in
insert (keys)
andupsert (keys)
.The text was updated successfully, but these errors were encountered: