Tag: storage
skill
★ 1,010
CloudBase Web SDK for Browser Storage Management
This skill facilitates browser-side interaction with CloudBase storage using the Web SDK. It enables developers to perform core operations such as file uploads, generating temporary download links, and managing file deletion within a web ap…
skill
★ 119
Automating SQLite Storage Schema Migrations
This skill manages the lifecycle of SQLite storage schema evolution by generating forward-only, idempotent migrations. It guides the developer through identifying schema deltas, implementing safe SQL changes, and registering updates to keep…