reader
GetterReadOnly
A Proxy Object to call a synchronous readonly method on the database controlled by this DbAccess
.
Whenever a method is called through this Proxy, it will first ensure that the database is opened for at least read access.
reader: PickMethods<ReadMethods>
Returns - PickMethods<ReadMethods>
Defined in
- core/backend/src/CloudSqlite.ts Line 1025
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.