Would y'all ever consider supporting an
# spicedb
a
Would y'all ever consider supporting an idempotent bulk import i.e. ignoring conflicts? It looks like this would be awkward to suport in PG at least because the
copy
sql doesn't support it, so it'd have to be some temp table thing then insert sql to go from the temp to table to tuples I guess 🫤
v
we introduced some primitives to help with idempotent bulk import in authzed-go
a
Thanks! Taking a look