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
We would add a beginTransaction(table) and a commit() method to the CRUD interface.
This would let people build up some cache for the given table. So that an object can build up across multiple CRUD calls.
Then commit() would save the cached object into the given table.
That's just an idea for now.
The text was updated successfully, but these errors were encountered:
We would add a
beginTransaction(table)
and acommit()
method to the CRUD interface.This would let people build up some cache for the given table. So that an object can build up across multiple CRUD calls.
Then
commit()
would save the cached object into the given table.That's just an idea for now.
The text was updated successfully, but these errors were encountered: