-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 0.0.2
-
Component/s: None
-
None
Currently the read and write selectors for a new collection are being created in the newCollection function. The newDatabase method creates the same selectors, we should instead just use the ones from the Database instead of creating new ones.