Files

1.3 KiB
Raw Permalink Blame History

DO Storage API

Check the classs backend before choosing operations; storage APIs and recovery capabilities differ.

Fetch the relevant current documentation before implementing or reviewing changes.

Task Documentation
Use SQL cursors, bound parameters, supported SQL, or database size SQLite storage API
Use synchronous or asynchronous key-value methods on SQLite SQLite storage API
Maintain asynchronous KV operations on a legacy backend Legacy KV storage API
Review transactions, write coalescing, storage options, or cleanup SQLite storage API; Legacy KV storage API
Create bookmarks or restore SQLite data SQLite storage API
Schedule, inspect, or cancel an alarm Alarms