writeLocker

GetterReadOnly

A Proxy Object to call a writeable async method on the cloud database controlled by this DbAccess.

Whenever a method is called through this Proxy, it will:

  • attempt to acquire the write lock on the container
  • open the database for write
  • call the method
  • close the database
  • upload changes
  • release the write lock.

writeLocker: PickAsyncMethods<WriteMethods>

@see CloudSqlite.DbAccess.withLockedDb

Returns - PickAsyncMethods<WriteMethods>

Defined in

Last Updated: 17 May, 2024