What problem does it solve?
InsForgeSDK solves the problem of building reliable client-side integrations for InsForge BaaS by providing clear patterns for database, authentication, storage, and serverless function calls.
Core Features & Use Cases
- Database CRUD & Query Building: Perform type-friendly selects, inserts, updates, and filtered queries with consistent return shapes for
{ data, error, count }.
- Authentication & Session Handling: Manage sign-in (password/OAuth), session recovery, and profile updates through the SDK auth module.
- Storage File Operations: Upload, download, and delete files from named buckets with both manual and auto-key flows.
- Edge Function Invocation: Invoke serverless functions by slug with configurable method/body/headers for workflow automation.
Quick Start
Use the InsForge client SDK to initialize a client with your baseUrl and anonKey, then invoke a serverless function or run a database query to verify connectivity.