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
Admittedly, it's a happy coincidence with CouchDB that allows looking at all of the indexes, since hyper doesn't currently have a listIndexes API, but my intuition says we should lock this down and instead introduce an explicit API for listing indexes, with a hyper schema describing its shape, and possible removeIndex, once/if the feature requests come in for it.
The text was updated successfully, but these errors were encountered:
Related Issue: hyper63/hyper-adapter-couchdb#32
Admittedly, it's a happy coincidence with CouchDB that allows looking at all of the indexes, since hyper doesn't currently have a
listIndexes
API, but my intuition says we should lock this down and instead introduce an explicit API for listing indexes, with a hyper schema describing its shape, and possibleremoveIndex
, once/if the feature requests come in for it.The text was updated successfully, but these errors were encountered: