2022-04-02 00:34:30 +00:00
|
|
|
accessing
|
|
|
|
store
|
2022-04-06 17:46:32 +00:00
|
|
|
ReStore isConnected ifFalse: [ self class storeDB]. "Starting the ReStore singleton."
|
2022-04-06 16:21:08 +00:00
|
|
|
self tweets do: [:each | ReStore evaluateAsTransaction: [ each store ] ].
|