I've started to implement the merge operation. Looking for suggestions on the public interface that we expose to users. Two approaches on the merge ticket.
j
Jordan Fox
07/10/2023, 4:36 AM
Second example does look cleaner.
👍 2
i
Ion
07/10/2023, 3:25 PM
Are you planning to also expose it into Python?
d
David Blajda
07/10/2023, 4:00 PM
It would be great to eventually expose it through Python but it's not a priority for me personally
j
Jordan Fox
07/10/2023, 6:29 PM
Your work on the update/delete interfaces specifically influenced me to learn rust so I could eventually either expose the python bindings, or understand how it was done.