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
{{ message }}
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
Datomic and PLDB both have the concept of "retracting" a fact which has been inserted into the store. This allows for deletion even from "value" storage with the understanding that it's an unusual operation.
Shelving at present has no delete, not even on records.
It's worth thinking about whether this makes any sort of sense to implement, given Shelving's current focus on modeling spec'd data.
The text was updated successfully, but these errors were encountered:
Datomic and PLDB both have the concept of "retracting" a fact which has been inserted into the store. This allows for deletion even from "value" storage with the understanding that it's an unusual operation.
Shelving at present has no delete, not even on records.
It's worth thinking about whether this makes any sort of sense to implement, given Shelving's current focus on modeling spec'd data.
The text was updated successfully, but these errors were encountered: