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-11 19:18:52 +00:00
|
|
|
self tweets do: [:each | ReStore evaluateAsTransaction: [
|
|
|
|
each store.
|
|
|
|
"each user id isInDB? ifFalse: [ each user store ]"
|
|
|
|
]
|
|
|
|
].
|