What problem does it solve?
This Skill provides a comprehensive, self-contained toolkit for building a backend with SelfDB BaaS, covering authentication, data tables, storage, and real-time updates. It enforces the built-in users management pattern and avoids creating custom user tables, while offering robust modular interfaces for Auth, Tables, Storage, and Realtime.
Core Features & Use Cases
- Auth: Manage users with SelfDB's built-in user system and optional user_profiles extension for extended data.
- Tables: Create and manipulate structured data with CRUD, including realtime-enabled tables for live updates.
- Storage: Work with buckets and files to store media and documents, with bucket-level access control.
- Realtime: Subscribe to live changes on tables via Phoenix Channels WebSocket.
Quick Start
To get started, configure the SelfDB client with baseUrl and apiKey, authenticate, load necessary IDs, and perform sample CRUD, storage, and realtime operations.